i05nagai/GitHub PR Review from Checkstyle

Post checkstyle XML violations as inline GitHub pull request review comments

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
checkstyle-filePath to the checkstyle XML report file, relative to $GITHUB_WORKSPACE. Example: checkstyle-result.xml or build/reports/checkstyle/main.xml yes
pull-request-numberPull request number to post comments on. Example: ${{ github.event.pull_request.number }} yes
github-tokenGitHub token with pull-requests: write permissionno${{ github.token }}
strip-prefixPath prefix to strip from the absolute file paths emitted by checkstyle before matching them against the PR file list. Example: ${{ github.workspace }}/ no""
dry-runSet to "true" to print the review JSON to the workflow log instead of posting it to GitHub. Useful for debugging path-matching issues. nofalse

no outputs