actions-marketplace-validations/Validate Commits with Commitlint
Validate commits with commitlint using Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base_ref | The source of pull request that triggered this workflow (required for pull requests). | — | ${{ github.base_ref }} |
| head_ref | The destination of the pull request that triggered this workflow (required for pull requests). | — | ${{ github.head_ref }} |
| target_ref | The commit sha of the event that triggered this workflow. | — | ${{ github.sha }} |
| ref_name | The name of the ref (branch or tag) of the event that triggered this workflow (required for pushes). | — | ${{ github.ref_name }} |
| ref_type | The ref type of the event that triggered this workflow (required for pushes). Only branch refs are validated. | — | ${{ github.ref_type }} |
| extra_config | A newline-separated list of commitlint-config npm packages to install. | — | — |
Outputs
no outputs