Skip to content

ci: use errata-ai/vale-action for spellchecking #6

ci: use errata-ai/vale-action for spellchecking

ci: use errata-ai/vale-action for spellchecking #6

Workflow file for this run

name: Spellcheck
on: [pull_request]
jobs:
vale:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Spellcheck
uses: errata-ai/[email protected]
with:
version: latest
files: all
debug: false
# reporter: github-pr-annotations # HMM: default is not documented on https://github.com/errata-ai/vale-action
reporter: github-check
# reporter: github-pr-check
# reporter: github-pr-review
fail_on_error: false
level: error
filter_mode: added