Checkstyle for Java
Version updated for https://github.com/dbelyaev/action-checkstyle to version v3.8.1.
- This action is used across all versions by 872 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Java Checkstyle Reviewer” GitHub Action automates the enforcement of Java code quality standards in pull requests by running Checkstyle analysis and reporting violations directly in PR reviews using reviewdog. It helps teams maintain consistent coding conventions, supports custom and standard rules (Google/Sun), and integrates seamlessly with GitHub for flexible reporting, including PR comments, checks, or reviews.
Release notes
v3.8.1: PR #478 - feat: cleanup docker runtime