From 17c51d2f298bf1149d8945540c95711024bceb12 Mon Sep 17 00:00:00 2001 From: rmcdermo Date: Tue, 8 Aug 2023 14:36:44 -0400 Subject: [PATCH] Workflows: test 2 --- .github/workflows/Line_Endings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Line_Endings.yml b/.github/workflows/Line_Endings.yml index 72a8dc5..337e384 100644 --- a/.github/workflows/Line_Endings.yml +++ b/.github/workflows/Line_Endings.yml @@ -25,8 +25,7 @@ jobs: - name: Check for CRLF line endings run: | - grep -IURl --exclude={"*.pdf","*.png"} --exclude-dir=".git" '\r'$ > tmp.txt - cat tmp.txt + grep -IURl --exclude="*.pdf" --exclude-dir=".git" $'\r' > tmp.txt nlines=$(cat tmp.txt | wc -l) if [ $nlines -gt 0 ]; then echo "matl-db repo text files with dos line endings:"