summaryrefslogtreecommitdiff
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
parent1968b4e2c7f9ae7a4d9f4bc6f7f6da0efc6afb75 (diff)
downloadruby-c43203fd09b2c50fe846e50ce80c8bc61263197d.tar.gz
NEWS.md: Remove white space only lines [ci skip]
-rw-r--r--.github/workflows/check_misc.yml1
-rw-r--r--NEWS.md1
2 files changed, 1 insertions, 1 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
diff --git a/NEWS.md b/NEWS.md
index c4a514fec6..76752af24e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -552,7 +552,6 @@ The following APIs are updated.
* `RUBY_INTERNAL_THREAD_EVENT_RESUMED`
* `RUBY_INTERNAL_THREAD_EVENT_SUSPENDED`
* `RUBY_INTERNAL_THREAD_EVENT_EXITED`
-
### Removed C APIs