mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-06-23 16:05:21 +00:00
Update csv_linter.yml
This commit is contained in:
parent
eaefd3a20d
commit
6ec0859ff3
2
.github/workflows/csv_linter.yml
vendored
2
.github/workflows/csv_linter.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
grep -n "[[:space:]]$" prompts.csv | while read -r line; do
|
grep -n "[[:space:]]$" prompts.csv | while read -r line; do
|
||||||
echo "Line with trailing whitespace: $line"
|
echo "Line with trailing whitespace: $line"
|
||||||
done
|
done
|
||||||
exit 1
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo "No trailing whitespaces found"
|
echo "No trailing whitespaces found"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user