Skip to content

Commit 89bf0eb

Browse files
committed
Add Reviewdog LanguageTool github action
1 parent 8563721 commit 89bf0eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Reviewdog LanguageTool
2+
on: [pull_request]
3+
jobs:
4+
languagetool:
5+
runs-on: ubuntu-latest
6+
permissions:
7+
contents: read
8+
checks: write
9+
issues: write
10+
pull-requests: write
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: reviewdog/action-languagetool@v1
14+
with:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)