ci: Add Conventional Commit Linter #46
conventional-commits.yaml
on: pull_request
Conventional Commits Validation
4s
Annotations
3 errors
Conventional Commit Compliance
13c3bd256c6f500a1e23c7ebc2dbec02d558a2d4: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 | Delete commitlint.config.js
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Conventional Commit Compliance
13c3bd256c6f500a1e23c7ebc2dbec02d558a2d4:1:28: 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 | Delete commitlint.config.js
| ~
|
Conventional Commits Validation
❌ Found 2 Conventional Commit compliance issues, and 0 warnings.
|