Run checkstyle (Code Standard) with reviewdog
Version updated for https://github.com/asaasdev/checkstyle-action to version V1.4.0.
- This action is used across all versions by 3 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Checkstyle Action integrates Checkstyle, a static code analysis tool, into GitHub workflows to automatically identify and report code style issues in Java projects. It leverages reviewdog to provide inline annotations and feedback on pull requests, helping developers maintain consistent coding standards and improving code quality. This action streamlines the code review process by automating style checks and providing configurable reporting options for error handling and review modes.
Release notes
What’s Changed
- Adiciona safe directory by @Miguel-Fontes in https://github.com/asaasdev/checkstyle-action/pull/11
Full Changelog: https://github.com/asaasdev/checkstyle-action/compare/V1.3.0...V1.4.0