Skip to content

Commit 515d4b6

Browse files
committed
Copy google checks from master
1 parent 6326658 commit 515d4b6

File tree

2 files changed

+304
-284
lines changed

2 files changed

+304
-284
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
uses: actions/checkout@v2
4343

4444
- name: Run checkstyle with reviewdog
45-
uses: nikitasavinov/checkstyle-action@master
45+
uses: nikitasavinov/checkstyle-action@0.3.1
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
# submit review comments based on reviewdog findings
49-
reporter: github-pr-check
49+
reporter: github-pr-review
5050
# report on anything that is in an added/modified file
5151
filter_mode: file
5252
fail_on_error: true

0 commit comments

Comments
 (0)