Skip to content

Commit

Permalink
Workflows:...
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdermo committed Aug 8, 2023
1 parent d775e13 commit d7e552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Line_Endings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Check for CRLF line endings
run: |
grep -IURl --exclude="*.pdf" --exclude-dir=".git" $'\r' > tmp.txt
grep -IURl --exclude="*.pdf" --exclude-dir=".git" $'\r'
# nlines=$(cat tmp.txt | wc -l)
# if [ $nlines -gt 0 ]; then
Expand Down

0 comments on commit d7e552a

Please sign in to comment.