checkstyle-annotations-action

Uploads Checkstyle errors & warnings as GitHub Annotations and decorates the log file output. Unlike other similar Actions, this also works on pull requests from forks and Dependabot.

MIT License

Stars
3

Java Checkstyle Annotations Uploader

Uploads Checkstyle errors & warnings as GitHub Annotations and decorates the log file output. Unlike other similar Actions, this also works on pull requests from forks and Dependabot.

Usage

steps:
 - uses: kiancross/checkstyle-annotations-action@v1

 # Execute Checkstyle

Console output for Checkstyle must be enabled. For example, this Action will not work if the output is only written to an XML file.

Advanced

No special permissions are required to upload annotations from forks, as a Problem Matcher is used. This scans the output of steps for a specified regular expression, which matches Checkstyle's logging format.

License

The contents of this repository is released under the MIT License.

Package Rankings
Top 17.25% on Github actions
Badges
Extracted from project README
Continuous Integration License
Related Projects