Checkstyle for Java
Version updated for https://github.com/dbelyaev/action-checkstyle to version v3.4.1.
- This action is used across all versions by 862 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Checkstyle for Java GitHub Action” automates Java code quality checks in pull requests using Checkstyle, ensuring adherence to coding standards such as Google or Sun conventions. Integrated with reviewdog, it highlights code style violations directly in pull request reviews, allowing teams to maintain consistent code quality. This action supports flexible reporting options, custom Checkstyle configurations, and smart filtering for targeted analysis.
Release notes
v3.4.1: PR #453 - chore: update README to use GITHUB_TOKEN in examples
What’s Changed
- chore: reduce code style violations in test data to meet GitHub API limits by @dbelyaev in https://github.com/dbelyaev/action-checkstyle/pull/451
- chore: update docs by @dbelyaev in https://github.com/dbelyaev/action-checkstyle/pull/452
- chore: update README to use GITHUB_TOKEN in examples by @dbelyaev in https://github.com/dbelyaev/action-checkstyle/pull/453
Full Changelog: https://github.com/dbelyaev/action-checkstyle/compare/v3.4.0...v3.4.1