opensource-nepal/Conventional Commitlint
A GitHub Action to check conventional commit message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail_on_error | Whether to fail the workflow if commit messages don't follow conventions. | no | true |
| verbose | Verbose output. | no | false |
| token | Token for fetching commits using Github API. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| status | Status |
| exit_code | Exit Code |