From e04828754397f0f1e6280cdcb6bc2963b19e758d Mon Sep 17 00:00:00 2001 From: rmcdermo Date: Tue, 8 Aug 2023 15:23:45 -0400 Subject: [PATCH] Workflows: another guess --- .github/workflows/Line_Endings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Line_Endings.yml b/.github/workflows/Line_Endings.yml index 23b07b5..37bedfd 100644 --- a/.github/workflows/Line_Endings.yml +++ b/.github/workflows/Line_Endings.yml @@ -25,7 +25,7 @@ jobs: - name: Check for CRLF line endings run: | - grep -IURl --exclude={"*.pdf","*.png"} --exclude-dir=".git" '\r'$ > tmp.txt + grep -IURl --exclude={"*.pdf","*.png"} --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:"