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:
40
40
steps :
41
41
- name : Check out Git repository
42
42
uses : actions/checkout@v2
43
-
44
- - name : Setup Java JDK
45
-
46
- with :
47
- java-version : ' 12.x'
48
43
49
44
- name : Run checkstyle with reviewdog
50
45
uses : nikitasavinov/checkstyle-action@master
51
46
with :
52
47
github_token : ${{ secrets.GITHUB_TOKEN }}
53
48
# submit review comments based on reviewdog findings
54
- reporter : github-pr-review
49
+ reporter : github-pr-check
55
50
# report on anything that is in an added/modified file
56
51
filter_mode : file
57
52
fail_on_error : true
58
53
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