summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-24 11:42:35 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-24 12:30:10 +0900
commitccd18d05571764a955fb8941f7538ab1d4a59812 (patch)
tree36a4f13eb93190209aa04d8f07c0d9af5708c8d7 /.github/workflows/check_misc.yml
parent92f29349d5515fa65a88c0f6f6e05fef79b66cfa (diff)
Clean up temporary file, wc.input [ci skip]
Diffstat (limited to '.github/workflows/check_misc.yml')
-rw-r--r--.github/workflows/check_misc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index f8f2280005..32ba8d71a6 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -32,7 +32,7 @@ jobs:
- name: Check for trailing spaces
run: |
- git grep -I -n $'[\t ]$' -- '*.rb' '*.[chy]' '*.rs' && exit 1 || :
+ git grep -I -n $'[\t ]$' -- '*.rb' '*.[chy]' '*.rs' '*.yml' && exit 1 || :
git grep -n $'^[\t ][\t ]*$' -- '*.md' && exit 1 || :
- name: Check for bash specific substitution in configure.ac