itiquette/gommitlint-action
Validate git commit messages against commit rules
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 23, 2026
- License
- Other
Pinned Snippet
uses: itiquette/gommitlint-action@f147bfe416ad08d577f2228909467cc67f3d698d # v0.9.10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to gommitlint config file | no | — |
| base-branch | Base branch to compare against (comma-separated for fallback, e.g., main,master,develop) | no | — |
| range | Commit range to validate (e.g., HEAD~5..HEAD) | no | — |
| count | Validate last N commits from HEAD | no | — |
| rules | Only validate specific rules (comma-separated, e.g., conventional,signoff) | no | — |
| exclude-rules | Exclude specific rules from validation (comma-separated, e.g., cryptosignature) | no | — |
| format | Output format: text, json, forgejo, github, gitlab | no | github |
| verbose | Increase output verbosity for debugging | no | false |
| log-level | Log level: error, warn, info, debug, trace | no | — |
| skip-verification | Skip checksum verification of downloaded binary (not recommended) | no | false |
| no-ci-detect | Disable automatic CI environment detection | no | false |
Outputs
no outputs