We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a94dec + 9d341b5 commit 8e34117Copy full SHA for 8e34117
2 files changed
README.md
@@ -52,7 +52,7 @@ jobs:
52
${{ runner.os }}-maven-
53
- name: Build with Maven
54
run: mvn -B verify checkstyle:checkstyle
55
- - uses: lcollins/checkstyle-github-action@master
+ - uses: lcollins/checkstyle-github-action@v2.0.0
56
with:
57
path: '**/checkstyle-result.xml'
58
```
action.yml
@@ -1,5 +1,5 @@
1
-name: 'Push Checkstyle report'
2
-description: 'Push Checkstyle code adherence report'
+name: 'Publish Checkstyle report'
+description: 'Publish Checkstyle code adherence report (adapted from jwgmeligmeyling/checkstyle-github-action)'
3
author: 'Luke Collins'
4
inputs:
5
path:
0 commit comments