Feat/live 15126 aptos unit tests bride boradcast prepare transactions #8742
+322
β35
live-github-bot / @PR β’ Lint Commit Messages β’ commitlint (conventional)
completed
Dec 19, 2024 in 1m 36s
β Failure
Lint the Pull Request commit messages according to the conventional commits specification.
π Workflow run
π¨ Invalid commit message(s)
One or more commits messages are not formatted correctly.
Please rewrite the git history and reword the commit messages in order to fix this issue. π
π‘ Tips:
- Run
pnpm commitlint --from <target branch>
locally to test your branch. - Run
pnpm commit
will run a prompt that can walk you through writing a correct commit message. - If you are not comfortable with git and
git rebase --interactive
, here is a nice tutorial.
Commitlint output
β§ input: Add prepareTransaction tests
β 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: Update logic.ts:getMaxSendBalance tests
β 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: Add logic tests
β 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: Bridge contains all methods
β 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
Loading