Check non-ASCII code in more sources including generated files
This commit is contained in:
parent
8ed733f8f2
commit
054a4672cb
2
.github/workflows/check_misc.yml
vendored
2
.github/workflows/check_misc.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Check if C-sources are US-ASCII
|
||||
run: |
|
||||
grep -r -n $'[^\t -~]' -- *.[chy] include internal win32/*.[ch] && exit 1 || :
|
||||
grep -r -n --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
|
||||
|
||||
- name: Check for trailing spaces
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user