File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,15 @@ jobs:
4040 steps :
4141 - name : Check out Git repository
4242 uses : actions/checkout@v2
43-
44- - name : Setup Java JDK
45- uses : actions/setup-java@v1.3.0
46- with :
47- java-version : ' 12.x'
4843
4944 - name : Run checkstyle with reviewdog
5045 uses : nikitasavinov/checkstyle-action@master
5146 with :
5247 github_token : ${{ secrets.GITHUB_TOKEN }}
5348 # submit review comments based on reviewdog findings
54- reporter : github-pr-review
49+ reporter : github-pr-check
5550 # report on anything that is in an added/modified file
5651 filter_mode : file
5752 fail_on_error : true
5853 checkstyle_config : google_checks_mod.xml
59- workdir : src/com/code4tomorrow # working dir relative to root dir
54+ workdir : src/com/codefortomorrow # working dir relative to root dir
You can’t perform that action at this time.
0 commit comments