Skip to content

Commit b361458

Browse files
committed
Do not check all files for crlf
1 parent 4951e66 commit b361458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Check if line endings are CRLF
2727
run: |
28-
bash -c "git grep -rlIP . | xargs unix2dos"
28+
bash -c "git grep -rlIP -- ':!GraphvizWrapper/graphvizfiles/*' ':!*.sh'" | xargs unix2dos"
2929
echo test
3030
git diff --exit-code
3131

0 commit comments

Comments
 (0)