We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1493e06 commit 68eb4ffCopy full SHA for 68eb4ff
.github/workflows/check_misc.yml
@@ -32,10 +32,10 @@ jobs:
32
run: |
33
grep -r -n --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
34
35
- - name: Check for trailing spaces
36
- run: |
37
- git grep -I -n $'[\t ]$' -- '*.rb' '*.[chy]' '*.rs' '*.yml' && exit 1 || :
38
- git grep -n $'^[\t ][\t ]*$' -- '*.md' && exit 1 || :
+# - name: Check for trailing spaces
+# run: |
+# git grep -I -n $'[\t ]$' -- '*.rb' '*.[chy]' '*.rs' '*.yml' && exit 1 || :
+# git grep -n $'^[\t ][\t ]*$' -- '*.md' && exit 1 || :
39
40
- name: Check for bash specific substitution in configure.ac
41
0 commit comments