sourcery-ai/Sourcery Action

A GitHub Action for running Sourcery.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe Sourcery token for logging in. The Sourcery token can be retrieved from [your dashboard](https://sourcery.ai/dashboard/profile) and uploaded to your GitHub repository as a [GitHub secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets). yes
targetFile(s) or directory(ies) to review.no.
versionSourcery CLI version, e.g. '1.5.0'. If empty, default to the latest version available. no""
verboseVerbose output with explanation and code snippets. Either 'true' or 'false'. notrue
checkFail job if issues are found. Either 'true' or 'false'.notrue
fixAutomatically fix issues where possible. Either 'true' or 'false'.nofalse
in_placeChange files in place. Either 'true' or 'false'.nofalse
configLocation of the Sourcery YAML configuration file.no""
diff_refReference to compare the current branch with and run Sourcery on the diff. If empty, run Sourcery on the entire codebase. To review only code that changed in a PR, use "github.event.pull_request.base.sha". no""

no outputs