build: 匹配src路径
This commit is contained in:
parent
80872ebbaa
commit
85c4c47a72
2
.github/workflows/styleCheck.yml
vendored
2
.github/workflows/styleCheck.yml
vendored
|
|
@ -27,4 +27,4 @@ jobs:
|
||||||
- name: checkstyle
|
- name: checkstyle
|
||||||
env:
|
env:
|
||||||
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: java -jar checkstyle.jar -c style.xml -f xml src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-pr-review -fail-level=any
|
run: java -jar checkstyle.jar -c style.xml -f xml */src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-pr-review -fail-level=any
|
||||||
Loading…
Reference in New Issue
Block a user