Skip to content

feat(githubaction): Add commitlint workflow #1

feat(githubaction): Add commitlint workflow

feat(githubaction): Add commitlint workflow #1

Triggered via pull request August 3, 2023 08:51
Status Failure
Total duration 28s
Artifacts

commit-message-lint.yml

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

Annotations

1 error and 1 warning
commitlint
You have commit messages with errors β§— 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
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/