Skip to content

Commit 68eb4ff

Browse files
committed
Temporarily stop the trailing-space check in CI
I will restore the check after the preview release
1 parent 1493e06 commit 68eb4ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check_misc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
run: |
3333
grep -r -n --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
3434
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 || :
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 || :
3939

4040
- name: Check for bash specific substitution in configure.ac
4141
run: |

0 commit comments

Comments
 (0)