mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-03-14 09:56:47 -04:00
Merge 1880a6eeec08b97008b294f340d4caa7b32cb53d into 616903a033b090a93b5de8d4e64398812ee81b4f
This commit is contained in:
commit
4bb0cf8be7
4
.github/workflows/csv_linter.yml
vendored
4
.github/workflows/csv_linter.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user