Skip to content

Commit 8c76d21

Browse files
committed
Introduce reviewdog/action-languagetool@v1
https://github.com/reviewdog/action-languagetool
1 parent d534ba0 commit 8c76d21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reviewdog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323
github_token: ${{ secrets.github_token }}
2424
reporter: github-check
2525
level: warning
26+
27+
- uses: reviewdog/action-languagetool@v1
28+
with:
29+
github_token: ${{ secrets.github_token }}
30+
reporter: github-check
31+
level: info

0 commit comments

Comments
 (0)