Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit a33d3e0

Browse files
authored
Merge pull request #844 from shalousun/master
feat: add google_checks.xml
2 parents cc7bb7a + c594203 commit a33d3e0

File tree

2 files changed

+385
-1
lines changed

2 files changed

+385
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: checkstyle
3737
env:
3838
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
run: java -jar checkstyle.jar -c checkstyle-config.xml -f xml src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-check
39+
run: java -jar checkstyle.jar -c checkstyle/google_checks.xml -f xml src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-check
4040
- name: Build with Maven
4141
run: mvn -B package --file pom.xml
4242

0 commit comments

Comments
 (0)