Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
lcollins authored Aug 23, 2024
1 parent 4dbd25d commit 658dedd
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B verify checkstyle:checkstyle
- uses: lcollins/checkstyle-github-action@v3.0.0
- uses: lcollins/checkstyle-github-action@v3.1.0
with:
path: '**/checkstyle-result.xml'
```
Expand Down
162 changes: 131 additions & 31 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkstyle-github-action",
"version": "1.0.0",
"version": "3.1.0",
"private": false,
"description": "Checkstyle GitHub action",
"main": "lib/main.js",
Expand Down

0 comments on commit 658dedd

Please sign in to comment.