Skip to content

Commit a74e3f0

Browse files
committed
Add reviewdog/languagetool
1 parent cba510c commit a74e3f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,16 @@ jobs:
1313
locale: "US"
1414
# Check all files
1515
filter_mode: nofilter
16+
17+
languagetool:
18+
name: runner / languagetool
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v2
22+
- uses: reviewdog/action-languagetool@v1
23+
with:
24+
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
reporter: github-pr-review
26+
level: warning
27+
language: en-US
28+
patterns: "**/*.md **/*.mdx **/*.txt glossary.yml"

0 commit comments

Comments
 (0)