Skip to content

Commit

Permalink
fix: add config to spellcheck step
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Dec 22, 2024
1 parent 7dc0e1f commit 781c7be
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ jobs:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/[email protected]
- name: Checkout
uses: actions/checkout@v4

- name: Spellcheck
uses: errata-ai/[email protected]
with:
version: latest
files: all
debug: false
# not a documented reporter on https://github.com/errata-ai/vale-action
# reporter: github-pr-annotations
reporter: github-pr-check
fail_on_error: false
level: error
filter_mode: added

0 comments on commit 781c7be

Please sign in to comment.