Skip to content

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

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

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

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
# 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