actions-marketplace-validations/Validate Commits with Commitlint

Validate commits with commitlint using Github Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
base_refThe source of pull request that triggered this workflow (required for pull requests).${{ github.base_ref }}
head_refThe destination of the pull request that triggered this workflow (required for pull requests).${{ github.head_ref }}
target_refThe commit sha of the event that triggered this workflow.${{ github.sha }}
ref_nameThe name of the ref (branch or tag) of the event that triggered this workflow (required for pushes).${{ github.ref_name }}
ref_typeThe ref type of the event that triggered this workflow (required for pushes). Only branch refs are validated.${{ github.ref_type }}
extra_configA newline-separated list of commitlint-config npm packages to install.

no outputs