Skip to content

Commit

Permalink
Workflows: see if this fixes line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdermo committed Aug 8, 2023
1 parent 0ea33d5 commit 33f65f4
Show file tree
Hide file tree
Showing 2 changed files with 1,204 additions and 1,204 deletions.
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 CFLF 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:"
Expand Down
Loading

0 comments on commit 33f65f4

Please sign in to comment.