Skip to content

Commit 9f4ef3c

Browse files
committed
fix: use forked langauge tool action
1 parent 0bef86c commit 9f4ef3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reveiwdog-languagetool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Check Spelling
13-
uses: reviewdog/action-languagetool@v1
13+
uses: 2color/action-languagetool@fix-text
1414
with:
1515
github_token: ${{ secrets.github_token }}
1616
reporter: github-pr-review

0 commit comments

Comments
 (0)