Skip to content

Commit d1646c2

Browse files
committed
Remove misspell action
1 parent dad9950 commit d1646c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/spellcheck.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2323
- name: Check spelling with codespell
2424
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
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

0 commit comments

Comments
 (0)