Skip to content

Commit

Permalink
Remove misspell (#453)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbampton authored Mar 1, 2023
1 parent 29a820a commit 353abc6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ jobs:
check-modified-files-only: 'yes'
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
misspell:
name: Check Spelling Misspell All Files In Commit
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
- name: Install
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
- name: Misspell
run: git ls-files --empty-directory | grep -v docs/ | xargs ./misspell -error
pre-commit:
name: Run pre-commit # https://pre-commit.com/
runs-on: ubuntu-latest
Expand Down

0 comments on commit 353abc6

Please sign in to comment.