Skip to content

review prs with languagetool #2

review prs with languagetool

review prs with languagetool #2

name: Check Spelling
on:
pull_request:
paths:
- 'docs/**/*.md'
jobs:
languagetool:
name: languagetool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Spelling
uses: 2color/action-languagetool@fix-text
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: info
patterns: 'docs/**/*.md'