diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-10-30 21:34:46 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-10-30 21:34:46 +0900 |
| commit | f6c2a63845765d8717ff307356d3327dc703db81 (patch) | |
| tree | c3f9311f7efe16e7b36daf5e14f10a9d5a14e44b /.github | |
| parent | a88c5558fe5d0407af45e2bcae4a897e4038aec2 (diff) | |
CI: Exclude vendored sources at cheching if US-ASCII clean
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check_misc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml index bbbaae07b2..480a95118f 100644 --- a/.github/workflows/check_misc.yml +++ b/.github/workflows/check_misc.yml @@ -40,7 +40,7 @@ jobs: - name: Check if C-sources are US-ASCII run: | - grep -r -n --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || : + grep -r -n --exclude-dir=vendor --include='*.[chyS]' --include='*.asm' $'[^\t-~]' -- . && exit 1 || : - name: Check for bash specific substitution in configure.ac run: | |
