Skip to content

Commit

Permalink
fix: spellcheck workflow (#1779)
Browse files Browse the repository at this point in the history
* Add typos

* Fix spellcheck

* Revert "Add typos"

This reverts commit 282c3a7.

* Change docs without typo

* Revert "Change docs without typo"

This reverts commit 4d52934.
  • Loading branch information
Seb-MCaw authored and mosteo committed Oct 21, 2024
1 parent a99311b commit fa1f47a
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 fa1f47a

Please sign in to comment.