itiquette/gommitlint-action

Validate git commit messages against commit rules

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 23, 2026
License
Other

Pinned Snippet

workflow.ymlSHA-pinned
uses: itiquette/gommitlint-action@f147bfe416ad08d577f2228909467cc67f3d698d # v0.9.10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
configPath to gommitlint config fileno
base-branchBase branch to compare against (comma-separated for fallback, e.g., main,master,develop)no
rangeCommit range to validate (e.g., HEAD~5..HEAD)no
countValidate last N commits from HEADno
rulesOnly validate specific rules (comma-separated, e.g., conventional,signoff)no
exclude-rulesExclude specific rules from validation (comma-separated, e.g., cryptosignature)no
formatOutput format: text, json, forgejo, github, gitlabnogithub
verboseIncrease output verbosity for debuggingnofalse
log-levelLog level: error, warn, info, debug, traceno
skip-verificationSkip checksum verification of downloaded binary (not recommended)nofalse
no-ci-detectDisable automatic CI environment detectionnofalse

no outputs