From fd093d1fe2efb008ad283408f3215937ac5d44c4 Mon Sep 17 00:00:00 2001 From: rmcdermo Date: Tue, 8 Aug 2023 16:00:35 -0400 Subject: [PATCH] Workflows: another --- .github/workflows/Line_Endings.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Line_Endings.yml b/.github/workflows/Line_Endings.yml index b476595..8402afe 100644 --- a/.github/workflows/Line_Endings.yml +++ b/.github/workflows/Line_Endings.yml @@ -25,13 +25,13 @@ jobs: - name: Check for CRLF line endings run: | - grep -IUlr --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:" - cat tmp.txt - exit 1 - fi + grep -IUlr --exclude={"*.pdf","*.png"} --exclude-dir=".git" $'\r' +# nlines=$(cat tmp.txt | wc -l) +# if [ $nlines -gt 0 ]; then +# echo "matl-db repo text files with dos line endings:" +# cat tmp.txt +# exit 1 +# fi