We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad9950 commit d1646c2Copy full SHA for d1646c2
.github/workflows/spellcheck.yml
@@ -22,12 +22,12 @@ jobs:
22
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
23
- name: Check spelling with codespell
24
run: codespell --ignore-words=.github/workflows/ignore-words.txt || exit 1
25
- misspell:
26
- name: Check spelling with misspell
27
- runs-on: ubuntu-latest
28
- steps:
29
- - uses: actions/checkout@v2
30
- - name: Install
31
- run: wget -O - -q https://git.io/misspell | sh -s -- -b .
32
- - name: Misspell
33
- run: ./misspell -error
+ # misspell:
+ # name: Check spelling with misspell
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v2
+ # - name: Install
+ # run: wget -O - -q https://git.io/misspell | sh -s -- -b .
+ # - name: Misspell
+ # run: ./misspell -error
0 commit comments