feat(githubaction): Add commitlint workflow #2
Annotations
1 error and 2 warnings
commitlint
You have commit messages with errors
β§ input: Update commit-message-lint.yml
β subject may not be empty [subject-empty]
β type may not be empty [type-empty]
β found 2 problems, 0 warnings
β Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
β§ input: feat(githubaction): Add commitlint workflow
I found it in [aws-sdk-js-v3](https://github.com/aws/aws-sdk-js-v3/blob/main/.github/workflows/commit-message-lint.yml) and it uses [default config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional)
β body's lines must not be longer than 100 characters [body-max-line-length]
β subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
β found 2 problems, 0 warnings
β Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
commitlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
commitlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|