Skip to content

Commit 691a124

Browse files
committed
fix languagetool runner setup
1 parent f00efd5 commit 691a124

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/reviewdog.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
reporter: github-check
2525
level: warning
2626

27+
languagetool:
28+
name: runner / languagetool
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@v2
2732
- uses: reviewdog/action-languagetool@v1
2833
with:
2934
github_token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)