From 1880a6eeec08b97008b294f340d4caa7b32cb53d Mon Sep 17 00:00:00 2001 From: "Poornesh44@google.com" <94033907+singha04@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:09:40 +0530 Subject: [PATCH] Update csv_linter.yml --- .github/workflows/csv_linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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