Compare commits

...

2 Commits

Author SHA1 Message Date
Poornesh 4ac8ea8fa4
Merge 1880a6eeec into ad104922e1 2024-08-02 12:34:30 -04:00
Poornesh44@google.com 1880a6eeec
Update csv_linter.yml 2023-01-04 11:09:40 +05:30
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