Skip to content

Commit 8e34117

Browse files
authored
Merge pull request #37 from lcollins/lcollins-patch-1
Update action.yml
2 parents 4a94dec + 9d341b5 commit 8e34117

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
${{ runner.os }}-maven-
5353
- name: Build with Maven
5454
run: mvn -B verify checkstyle:checkstyle
55-
- uses: lcollins/checkstyle-github-action@master
55+
- uses: lcollins/checkstyle-github-action@v2.0.0
5656
with:
5757
path: '**/checkstyle-result.xml'
5858
```

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Push Checkstyle report'
2-
description: 'Push Checkstyle code adherence report'
1+
name: 'Publish Checkstyle report'
2+
description: 'Publish Checkstyle code adherence report (adapted from jwgmeligmeyling/checkstyle-github-action)'
33
author: 'Luke Collins'
44
inputs:
55
path:

0 commit comments

Comments
 (0)