ci: Add automatic check for commit message format #1
Annotations
1 error
commitmessage
You have commit messages with errors
⧗ input: Add code coverage GitHub action
Add code-coverage Github action
Add code-coverage GitHub action
Add code-coverage GitHub action
✖ subject may not be empty [subject-empty]
✖ message must be signed off [signed-off-by]
✖ footer may not be empty [footer-empty]
✖ found 3 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Resolved merge conflict in Flielists.cmake
✖ subject may not be empty [subject-empty]
✖ message must be signed off [signed-off-by]
✖ footer may not be empty [footer-empty]
✖ found 3 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Update link to documentation
Signed-off-by: Oliver Mueller <[email protected]>
✖ subject may not be empty [subject-empty]
✖ footer may not be empty [footer-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: ci: Add automatic check for commit message format
- Added GitHub Actions workflow to lint commit messages
on push and pull request events.
- Created custom commitlint configuration file (.commitlintrc.json)
to enforce commit message standards.
Signed-off-by: Shamitha Shashidhara <[email protected]>
✖ footer may not be empty [footer-empty]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|