Check for trailing spaces
This commit is contained in:
parent
1876782155
commit
dea08758be
3
.github/workflows/check_misc.yml
vendored
3
.github/workflows/check_misc.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
|||||||
- name: Check if C-sources are US-ASCII
|
- name: Check if C-sources are US-ASCII
|
||||||
run: |
|
run: |
|
||||||
! grep -r -n '[^ -~]' *.[chy] include internal win32/*.[ch]
|
! grep -r -n '[^ -~]' *.[chy] include internal win32/*.[ch]
|
||||||
|
- name: Check for trailing spaces
|
||||||
|
run: |
|
||||||
|
! git grep -n '[ ]$' '*.rb' '*.[chy]'
|
||||||
- name: Check for header macros
|
- name: Check for header macros
|
||||||
run: |
|
run: |
|
||||||
! for header in ruby/*.h; do \
|
! for header in ruby/*.h; do \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user