Skip to content

Commit

Permalink
Check for trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 4, 2021
1 parent 1876782 commit dea0875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_misc.yml
Expand Up @@ -9,6 +9,9 @@ jobs:
- name: Check if C-sources are US-ASCII
run: |
! grep -r -n '[^ -~]' *.[chy] include internal win32/*.[ch]
- name: Check for trailing spaces
run: |
! git grep -n '[ ]$' '*.rb' '*.[chy]'
- name: Check for header macros
run: |
! for header in ruby/*.h; do \
Expand Down

0 comments on commit dea0875

Please sign in to comment.