We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b3559 commit 2bfd0c6Copy full SHA for 2bfd0c6
.github/workflows/spell_checking.yml
@@ -15,12 +15,3 @@ jobs:
15
- uses: codespell-project/actions-codespell@v2
16
with:
17
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