Skip to content

Commit 22b6d88

Browse files
Enable 'typos' in languagetool check
Also, downgrade info level from 'error' to 'info'.
1 parent d91ea40 commit 22b6d88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/language.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: reviewdog/action-languagetool@v1.8.2
11+
- uses: reviewdog/action-languagetool@v1
1212
with:
1313
github_token: ${{ secrets.GITHUB_TOKEN }}
1414
reporter: github-pr-check
15-
level: error
15+
level: info
16+
enabled_categories: TYPOS

0 commit comments

Comments
 (0)