Skip to content

Commit

Permalink
Update lint.yml - remove misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored May 26, 2024
1 parent 720974e commit 7b18d36
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 @@ -3,15 +3,6 @@ name: Lint
on: [pull_request]

jobs:
misspell:
name: Check Spelling Misspell All Files In Commit
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: 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 7b18d36

Please sign in to comment.