jedi-knights/Python Commitlint by Jedi-Knights

Validate Conventional Commit messages without Node.js. Pure Python.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
messageCommit message to validate. If omitted, the last commit on HEAD is used.no
config-pathPath to a .commitlintrc.yaml configuration file.no
formatOutput format printed to the workflow log: text or json.notext
fail-on-warningsExit non-zero when warnings are present.nofalse
versionVersion of python-commitlint to install from PyPI. "auto" resolves to the action ref tag (vX.Y.Z), falling back to the latest release on PyPI when the ref is not a semver tag.noauto
namedescription
valid"true" if the commit message passes validation, otherwise "false".
result-jsonFull lint result as a JSON document.