We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bd800 commit 439e7feCopy full SHA for 439e7fe
.github/workflows/java-checkstyle.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Run checkstyle with reviewdog
22
uses: nikitasavinov/[email protected]
23
with:
24
- github_token: ${{ secrets.GITHUB_TOKEN }
+ github_token: ${{ secrets.GITHUB_TOKEN }}
25
# submit review comments based on reviewdog findings
26
reporter: github-pr-review
27
# report on anything that is in an added/modified file
28
- filter: file
+ filter: file
0 commit comments