Ignore ASCII-incompatible scripts under spec/ruby [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-04-20 09:58:49 +09:00
parent ad4a160220
commit 5579cbe2dd
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -20,7 +20,7 @@ jobs:
grep -r -n '[^ -~]' -- *.[chy] include internal win32/*.[ch] && exit 1 || :
- name: Check for trailing spaces
run: |
git grep -n '[ ]$' -- '*.rb' '*.[chy]' '*.rs' && exit 1 || :
git grep -I -n '[ ]$' -- '*.rb' '*.[chy]' '*.rs' && exit 1 || :
git grep -n '^[ ][ ]*$' -- '*.md' && exit 1 || :
- name: Check for bash specific substitution in configure.ac
run: |