actions-marketplace-validations/Actions Ecosystem Action Lint Commits
Lint commits on a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 7, 2021
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/actions-ecosystem_action-lint-commits@4992f4a8f2279c06cf18008c5f7a77896ccd9a78 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token. | yes | — |
| regex | The regex for commit messages. | yes | — |
| format | The output format of outputs.{matched_commits,unmatched_commits} in ['markdown', 'json', 'yaml']. | yes | — |
Outputs
| name | description |
|---|---|
| matched_commits | The commits which match inputs.regex. |
| unmatched_commits | The commits which don't match inputs.regex. |