We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba510c commit a74e3f0Copy full SHA for a74e3f0
.github/workflows/reviewdog.yml
@@ -13,3 +13,16 @@ jobs:
13
locale: "US"
14
# Check all files
15
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