Skip to content

Commit 9debc3d

Browse files
authored
Update checkspelling.yml
1 parent f8da8ed commit 9debc3d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/checkspelling.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
unzip lt.zip
5050
echo "LT_PATH=$(pwd)/LanguageTool-*/languagetool-commandline.jar" >> $GITHUB_ENV
5151
52+
- name: Install reviewdog
53+
if: steps.changed.outputs.any_changed == 'true'
54+
uses: reviewdog/action-install@v1
55+
5256
- name: Run LanguageTool with reviewdog
5357
if: steps.changed.outputs.any_changed == 'true'
5458
env:

0 commit comments

Comments
 (0)