Skip to content

Commit d3db2a2

Browse files
committed
add language tool
1 parent 2e1c0a1 commit d3db2a2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/language-tool.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/language-tool.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: reviewdog
2+
on: [pull_request]
3+
jobs:
4+
linter_name:
5+
name: runner / reviewdog/action-misspell
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: reviewdog/action-languagetool@v1
10+
with:
11+
github_token: ${{ secrets.GITHUB_TOKEN }}
12+
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
13+
reporter: github-pr-review
14+
# Change reporter level if you need.
15+

0 commit comments

Comments
 (0)