Skip to content

CI: add spell checking pipeline #6

CI: add spell checking pipeline

CI: add spell checking pipeline #6

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.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-check
# Change reporter level if you need.
level: error
patterns: '**/*.md **/*.txt **/*.mdx'