summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-07 19:19:26 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-07 19:19:26 +0900
commitc43203fd09b2c50fe846e50ce80c8bc61263197d (patch)
tree703b3442d35babdc7be1a54a59618064ae198575 /.github
parent1968b4e2c7f9ae7a4d9f4bc6f7f6da0efc6afb75 (diff)
NEWS.md: Remove white space only lines [ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check_misc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index d315959549..2a8cfabefd 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -21,6 +21,7 @@ jobs:
- name: Check for trailing spaces
run: |
! git grep -n '[ ]$' -- '*.rb' '*.[chy]'
+ ! git grep -n '^[ ][ ]*$' -- '*.md'
- name: Check for bash specific substitution in configure.ac
run: |
! git grep -n '\${[A-Za-z_0-9]*/' -- configure.ac