Skip to content

Commit c0aad77

Browse files
committed
Remove misspell from CI
rubocop/rubocop#14460
1 parent 9934f34 commit c0aad77

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
@@ -20,12 +20,3 @@ jobs:
2020
check_filenames: true
2121
check_hidden: true
2222
ignore_words_file: codespell.txt
23-
misspell:
24-
name: Check spelling of all files in commit with misspell
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: actions/checkout@v5
28-
- name: Install
29-
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
30-
- name: Misspell
31-
run: git ls-files --empty-directory | xargs ./misspell -i 'enviromnent' -error

0 commit comments

Comments
 (0)