Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Author #29

Merged
merged 2 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading