Skip to content

Commit

Permalink
Update Author
Browse files Browse the repository at this point in the history
  • Loading branch information
lcollins authored Oct 13, 2023
1 parent a953166 commit dd94331
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
![build-test](https://github.com/lcollins/checkstyle-github-action/workflows/build-test/badge.svg)

# Credit

Adapted from https://github.com/jwgmeligmeyling/checkstyle-github-action to support Node 20.

# Checkstyle GitHub Action

This action pushes results from [Checkstyle](https://checkstyle.github.io/) as check run annotations. :rocket:
Expand Down Expand Up @@ -88,11 +92,6 @@ This is a Github Action in a series of other GitHub Actions. Similar actions inc
* [pmd-github-action](https://github.com/lcollins/pmd-github-action)
* [spotbugs-github-action](https://github.com/lcollins/spotbugs-github-action)
## Known limitations
Due to GitHub API limitations, we cannot specify to which Workflow Run (or underlying Check Suite) a newly created Check Run should be associated.
As a result, workflows that trigger on several types of events, might push results under another event than the action was run in.
For more information, see: https://github.com/lcollins/checkstyle-github-action/issues/2
## Contributing
Install the dependencies
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Push Checkstyle report'
description: 'Push Checkstyle code adherence report'
author: 'Jan-Willem Gmelig Meyling'
author: 'Luke Collins
inputs:
path:
description: 'A file, directory or wildcard pattern that describes where to find the reports'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node",
"setup"
],
"author": "Jan-Willem Gmelig Meyling",
"author": "Luke Collins",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
Expand Down

0 comments on commit dd94331

Please sign in to comment.