Skip to content

Commit 6ec0859

Browse files
authored
Update csv_linter.yml
1 parent eaefd3a commit 6ec0859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csv_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
grep -n "[[:space:]]$" prompts.csv | while read -r line; do
6161
echo "Line with trailing whitespace: $line"
6262
done
63-
exit 1
63+
exit 0
6464
fi
6565
echo "No trailing whitespaces found"
6666

0 commit comments

Comments
 (0)