build: 匹配src路径

This commit is contained in:
叁玖领域 2026-03-16 12:31:43 +08:00
parent 80872ebbaa
commit 85c4c47a72

View File

@ -27,4 +27,4 @@ jobs:
- name: checkstyle
env:
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