Skip to content

Commit 353abc6

Browse files
authored
Remove misspell (#453)
It looks like misspell is no longer maintained and the last commit was on Mar 9, 2018. We already run codespell and it is an active project with the last commit 5 days ago.
1 parent 29a820a commit 353abc6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/lint.yml

-10
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ jobs:
1818
check-modified-files-only: 'yes'
1919
use-quiet-mode: 'yes'
2020
use-verbose-mode: 'yes'
21-
misspell:
22-
name: Check Spelling Misspell All Files In Commit
23-
runs-on: ubuntu-latest
24-
steps:
25-
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
26-
uses: actions/checkout@v3
27-
- name: Install
28-
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
29-
- name: Misspell
30-
run: git ls-files --empty-directory | grep -v docs/ | xargs ./misspell -error
3121
pre-commit:
3222
name: Run pre-commit # https://pre-commit.com/
3323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)