This commit is contained in:
Poornesh44@google.com 2024-04-08 21:37:08 -04:00 committed by GitHub
commit fce707752b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
echo "Errors were found in one or more CSV files."
exit 1
fi
- name: Check Trailing Whitespaces
- name: Check Trailing Whitespaces and the module
run: |
# Check if the special file contains any trailing whitespaces
if grep -q "[[:space:]]$" ./prompts.csv; then
@ -36,4 +36,4 @@ jobs:
exit 1
else
echo "No trailing whitespaces found in prompts.csv"
fi
fi