File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,16 +24,11 @@ jobs:
2424 java-version : ' 25'
2525 - name : Run Checkstyle
2626 run : mvn --batch-mode checkstyle:check
27- - name : Install reviewdog
28- uses : reviewdog/action-setup@v1
27+ - name : Annotate Checkstyle results
28+ if : always()
29+ uses : jwgmeligmeyling/checkstyle-github-action@v1
2930 with :
30- reviewdog_version : latest
31- - name : Annotate Checkstyle results in PR
32- if : github.event_name == 'pull_request'
33- run : |
34- reviewdog -f=checkstyle -name="checkstyle" -reporter=github-pr-review -level=error -fail-on-error < target/checkstyle-result.xml
35- env :
36- REVIEWDOG_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31+ path : target/checkstyle-result.xml
3732
3833 coverage :
3934 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ baseurl: "/JavaQueryBuilder"
99# ── Appearance ────────────────────────────────────────────────────────────────
1010color_scheme : javaquerybuilder
1111heading_anchors : true
12+ remote_theme : just-the-docs/just-the-docs
1213
1314# ── Header links ──────────────────────────────────────────────────────────────
1415aux_links :
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.EzFramework</groupId >
77 <artifactId >java-query-builder</artifactId >
8- <version >1.0.6 </version >
8+ <version >1.0.7 </version >
99 <packaging >jar</packaging >
1010
1111 <name >JavaQueryBuilder</name >
You can’t perform that action at this time.
0 commit comments