canonical/gitlance
Vigilance for your Git commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check | Check to run: wip-fixup, signed-off-by, conventional-commits, all (default: all) | no | all |
| base | Base git reference - commit SHA, branch, tag, or HEAD~n (auto-detected from PR if available) | no | "" |
| head | Head git reference - commit SHA, branch, tag, or HEAD~n (auto-detected from PR if available) | no | "" |
| skip-merge-commits | Skip merge commits in validation (default: false, all commits are checked) | no | false |
Outputs
| name | description |
|---|---|
| passed | Whether the check passed (true/false) |