Skip to content

Commit f498584

Browse files
committed
Fix typo in workdir path
Ugh I'm stupid part 3
1 parent 016d4dc commit f498584

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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/[email protected]
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

0 commit comments

Comments
 (0)