We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b361458 commit e4e67acCopy full SHA for e4e67ac
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 -- ':!GraphvizWrapper/graphvizfiles/*' ':!*.sh'" | xargs unix2dos"
+ bash -c "git grep -rlIP -- ':!GraphvizWrapper/graphvizfiles/*' ':!*.sh' | xargs unix2dos"
29
echo test
30
git diff --exit-code
31
0 commit comments