ezcdlabs/Setup clarity

Install git-clarity and optionally report a pipeline event to refs/clarity/events. The job needs `permissions: contents: write` for the report call to succeed (clarity pushes to a git ref).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionExplicit clarity version to install (e.g. v0.1.1). Defaults to the action ref if it looks like a semver tag, otherwise the latest GitHub release.no""
stagePipeline stage to report. Either `ci` or `deploy` — clarity is deliberately limited to those two stages. When combined with status, the action also runs `git clarity report <stage> <status>` after installing.no""
statusStatus to report (started, passed, failed, skipped). When combined with stage, the action also runs `git clarity report <stage> <status>` after installing.no""

no outputs