mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-05-22 09:52:02 +00:00
Update csv_linter.yml
This commit is contained in:
parent
747d58dfb3
commit
1880a6eeec
2
.github/workflows/csv_linter.yml
vendored
2
.github/workflows/csv_linter.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
echo "Errors were found in one or more CSV files."
|
echo "Errors were found in one or more CSV files."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: Check Trailing Whitespaces
|
- name: Check Trailing Whitespaces and the module
|
||||||
run: |
|
run: |
|
||||||
# Check if the special file contains any trailing whitespaces
|
# Check if the special file contains any trailing whitespaces
|
||||||
if grep -q "[[:space:]]$" ./prompts.csv; then
|
if grep -q "[[:space:]]$" ./prompts.csv; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user