Skip to content

Commit 439e7fe

Browse files
authored
Fix typo
1 parent c4bd800 commit 439e7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java-checkstyle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Run checkstyle with reviewdog
2222
uses: nikitasavinov/[email protected]
2323
with:
24-
github_token: ${{ secrets.GITHUB_TOKEN }
24+
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
# submit review comments based on reviewdog findings
2626
reporter: github-pr-review
2727
# report on anything that is in an added/modified file
28-
filter: file
28+
filter: file

0 commit comments

Comments
 (0)