Skip to content

CI: add spell checking pipeline #12

CI: add spell checking pipeline

CI: add spell checking pipeline #12

Workflow file for this run

name: Spell Checker
on: [pull_request]
jobs:
spell_checking:
name: runner / LanguageTools
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.REVIEWDOG_TOKEN }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: 'github-pr-review'
# Change reporter level if you need.
level: 'error'
patterns: '**/*.md **/*.txt **/*.mdx'
disabled_categories: null
disabled_rules: null