Update csv_linter.yml

This commit is contained in:
Fatih Kadir Akın 2025-05-16 11:14:50 +03:00 committed by GitHub
parent eaefd3a20d
commit 6ec0859ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ jobs:
grep -n "[[:space:]]$" prompts.csv | while read -r line; do
echo "Line with trailing whitespace: $line"
done
exit 1
exit 0
fi
echo "No trailing whitespaces found"