ci: Add Conventional Commit Linter #13
conventional-commits.yaml
on: pull_request
Conventional Commits Validation
5s
Annotations
7 errors
Conventional Commit Compliance
91ac47206343421aa3d54e52f0cd31c746dd8646:1:1: error: Commits MUST be prefixed with a type, which consists of a noun, feat, fix, etc., followed by the OPTIONAL scope, OPTIONAL !, and REQUIRED terminal colon and space.
1 | Merge branch 'main' into add-conventional-commit-linters
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Conventional Commit Compliance
91ac47206343421aa3d54e52f0cd31c746dd8646:1:57: error: Commits MUST be prefixed with a type, which consists of a noun, feat, fix, etc., followed by the OPTIONAL scope, OPTIONAL !, and REQUIRED terminal colon and space.
1 | Merge branch 'main' into add-conventional-commit-linters
| ~
|
Conventional Commit Compliance
f3ab9f9b620526564c1326687b384908ad60c85a:1:1: error: Commits MUST be prefixed with a type, which consists of a noun, feat, fix, etc., followed by the OPTIONAL scope, OPTIONAL !, and REQUIRED terminal colon and space.
1 | Update conventional-commits.yaml
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Conventional Commit Compliance
f3ab9f9b620526564c1326687b384908ad60c85a:1:33: error: Commits MUST be prefixed with a type, which consists of a noun, feat, fix, etc., followed by the OPTIONAL scope, OPTIONAL !, and REQUIRED terminal colon and space.
1 | Update conventional-commits.yaml
| ~
|
Conventional Commit Compliance
e8af76aa4650795804ed626d8245dd8aafcd5ba5:1:1: error: Commits MUST be prefixed with a type, which consists of a noun, feat, fix, etc., followed by the OPTIONAL scope, OPTIONAL !, and REQUIRED terminal colon and space.
1 | Update conventional-commits.yaml
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Conventional Commit Compliance
e8af76aa4650795804ed626d8245dd8aafcd5ba5:1:33: error: Commits MUST be prefixed with a type, which consists of a noun, feat, fix, etc., followed by the OPTIONAL scope, OPTIONAL !, and REQUIRED terminal colon and space.
1 | Update conventional-commits.yaml
| ~
|
Conventional Commits Validation
❌ Found 6 Conventional Commit compliance issues, and 0 warnings.
|