ollieb89/Commit Lint Action

Enforce Conventional Commit message format on PRs, pushes, and custom ranges

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modeValidation mode: pr, push, sha, or rangenopr
typesComma-separated list of allowed commit typesnofeat,fix,docs,style,refactor,perf,test,build,ci,chore,revert
requireScopeRequire a scope in the commit messagenofalse
allowBreakingAllow breaking change marker (!)notrue
minSubjectLengthMinimum subject lengthno3
maxSubjectLengthMaximum subject lengthno72
githubTokenGitHub token for API access (PR mode)no${{ github.token }}
shaSpecific commit SHA to validate (sha mode)no""
rangeGit range to validate (range mode, e.g. HEAD~3..HEAD)no""

no outputs