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 515d4b6 commit fb17e38Copy full SHA for fb17e38
.github/workflows/java.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v2
43
44
- name: Run checkstyle with reviewdog
45
- uses: nikitasavinov/checkstyle-action@0.3.1
+ uses: nikitasavinov/checkstyle-action@master
46
with:
47
github_token: ${{ secrets.GITHUB_TOKEN }}
48
# submit review comments based on reviewdog findings
0 commit comments