mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2024-12-22 07:09:39 -08:00
Merge 1880a6eeec into 616903a033
This commit is contained in:
commit
4bb0cf8be7
1 changed files with 2 additions and 2 deletions
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."
|
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
|
||||||
|
|
@ -36,4 +36,4 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "No trailing whitespaces found in prompts.csv"
|
echo "No trailing whitespaces found in prompts.csv"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue