Skip to content

Commit

Permalink
ci: review prs with languagetool
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 20, 2025
1 parent 84a4445 commit 2f401d2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/reveiwdog-languagetool.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: reviewdog/action-languagetool@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: info
patterns: 'docs/**/*.md'

0 comments on commit 2f401d2

Please sign in to comment.