We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88c555 commit f6c2a63Copy full SHA for f6c2a63
1 file changed
.github/workflows/check_misc.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Check if C-sources are US-ASCII
42
run: |
43
- grep -r -n --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
+ grep -r -n --exclude-dir=vendor --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
44
45
- name: Check for bash specific substitution in configure.ac
46
0 commit comments