diff --git a/.github/workflows/csv_linter.yml b/.github/workflows/csv_linter.yml index f07553d..bb220ce 100644 --- a/.github/workflows/csv_linter.yml +++ b/.github/workflows/csv_linter.yml @@ -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 \ No newline at end of file + fi