Checkstyle for Java
Version updated for https://github.com/dbelyaev/action-checkstyle to version v3.8.0.
- 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 by running Checkstyle analysis on pull requests. It integrates with GitHub to provide detailed feedback on code style violations directly in PR reviews, enabling teams to maintain consistent code quality with minimal manual effort. Key features include support for Google or Sun coding conventions, flexible reporting options, custom rule configurations, and the ability to analyze only changed code lines.
Release notes
v3.8.0: PR #476 - feat: update alpine image and use non-root user for image runs