Skip to content

Commit 05f11cb

Browse files
committed
CI: Stop checking US-ASCII
1 parent c79a830 commit 05f11cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check_misc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
# Skip 'push' events because post_push.yml fixes them on push
3939
if: ${{ github.repository == 'ruby/ruby' && startsWith(github.event_name, 'pull') }}
4040

41-
- name: Check if C-sources are US-ASCII
42-
run: |
43-
grep -r -n --exclude-dir=vendor --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
41+
# - name: Check if C-sources are UTF-8
42+
# run: |
43+
# grep -r -n --exclude-dir=vendor --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
4444

4545
- name: Check for bash specific substitution in configure.ac
4646
run: |

0 commit comments

Comments
 (0)