Skip to content

fix: bug in profit calculation #82

fix: bug in profit calculation

fix: bug in profit calculation #82

Re-run triggered July 4, 2024 08:59
Status Failure
Total duration 48s
Artifacts

commit-lint.yml

on: pull_request
Matrix: commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
commitlint (14.x, ubuntu-latest)
You have commit messages with errors ⧗ input: fix the bug in profit calculation ✖ type may not be empty [type-empty] ✖ invalid commit message, should be like "name: descriptions.", yours: "fix the bug in profit calculation" [function-rules/type-case] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/bnb-chain/bsc/tree/develop/docs/lint/commit.md ⧗ input: the bundle gas fee needs to include the blob fee ✖ type may not be empty [type-empty] ✖ invalid commit message, should be like "name: descriptions.", yours: "the bundle gas fee needs to include the blob fee" [function-rules/type-case] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/bnb-chain/bsc/tree/develop/docs/lint/commit.md ⧗ input: txGasFees also needs to include the blob fee ✖ type may not be empty [type-empty] ✖ invalid commit message, should be like "name: descriptions.", yours: "txGasFees also needs to include the blob fee" [function-rules/type-case] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/bnb-chain/bsc/tree/develop/docs/lint/commit.md
commitlint (14.x, ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/