There was an error while loading. Please reload this page.
1 parent 9934f34 commit c0aad77Copy full SHA for c0aad77
.github/workflows/spell_checking.yml
@@ -20,12 +20,3 @@ jobs:
20
check_filenames: true
21
check_hidden: true
22
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