Skip to content

feat(githubaction): Add commitlint workflow #2

feat(githubaction): Add commitlint workflow

feat(githubaction): Add commitlint workflow #2

Triggered via pull request April 10, 2024 05:37
Status Failure
Total duration 22s
Artifacts

commit-message-lint.yml

on: pull_request
commitlint
14s
commitlint
Fit to window
Zoom out
Zoom in

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/