Skip to content

Commit

Permalink
Fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb-MCaw committed Oct 14, 2024
1 parent 282c3a7 commit d44ddc4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: misspell
- uses: actions/checkout@v4
- name: Run misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
reporter: github-pr-annotations
locale: "US"
exclude: '*.lock'
pattern: '*.md'
fail_on_error: true

0 comments on commit d44ddc4

Please sign in to comment.