We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79a830 commit 05f11cbCopy full SHA for 05f11cb
.github/workflows/check_misc.yml
@@ -38,9 +38,9 @@ jobs:
38
# Skip 'push' events because post_push.yml fixes them on push
39
if: ${{ github.repository == 'ruby/ruby' && startsWith(github.event_name, 'pull') }}
40
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 || :
+ # - name: Check if C-sources are UTF-8
+ # run: |
+ # grep -r -n --exclude-dir=vendor --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || :
44
45
- name: Check for bash specific substitution in configure.ac
46
run: |
0 commit comments