Skip to content

Commit 2bfd0c6

Browse files
committed
Remove misspell from CI
rubocop/rubocop#14460
1 parent 95b3559 commit 2bfd0c6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/spell_checking.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,3 @@ jobs:
1515
- uses: codespell-project/actions-codespell@v2
1616
with:
1717
ignore_words_file: codespell.txt
18-
misspell:
19-
name: Check spelling of all files in commit with misspell
20-
runs-on: ubuntu-latest
21-
steps:
22-
- uses: actions/checkout@v5
23-
- name: Install
24-
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
25-
- name: Misspell
26-
run: git ls-files --empty-directory | xargs ./misspell -error

0 commit comments

Comments
 (0)