Skip to content

Commit

Permalink
gha: remove misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Mar 1, 2023
1 parent 2a741b2 commit 92aea75
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ jobs:
bundler: 'default'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec .check.rb
misspell:
name: Check Spelling Misspell All Files In Commit
runs-on: ubuntu-latest
steps:
- 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 | xargs ./misspell -error
pre-commit:
name: Run pre-commit # https://pre-commit.com/
runs-on: ubuntu-latest
Expand Down

0 comments on commit 92aea75

Please sign in to comment.