docs(badge): update test action name #20
Annotations
1 error
commitlint
You have commit messages with errors
⧗ input: refactor!: remove auto-allocated key
This feature would cause a false positive in cluster environments where the immutability of the mac address cannot be guaranteed
BREAKING CHANGE: the secret key must be informed
Previously all constructor parameters were optional
new SignedAccess()
Now secret key is required
new SignedAccess({
key: "xpto"
})
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|