Skip to content

Commit f6c2a63

Browse files
committed
CI: Exclude vendored sources at cheching if US-ASCII clean
1 parent a88c555 commit f6c2a63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_misc.yml

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

4141
- name: Check if C-sources are US-ASCII
4242
run: |
43-
grep -r -n --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
43+
grep -r -n --exclude-dir=vendor --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
4444
4545
- name: Check for bash specific substitution in configure.ac
4646
run: |

0 commit comments

Comments
 (0)