We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4951e66 commit b361458Copy full SHA for b361458
1 file changed
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Check if line endings are CRLF
27
run: |
28
- bash -c "git grep -rlIP . | xargs unix2dos"
+ bash -c "git grep -rlIP -- ':!GraphvizWrapper/graphvizfiles/*' ':!*.sh'" | xargs unix2dos"
29
echo test
30
git diff --exit-code
31
0 commit comments