mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
`@commitlint/config-lerna-scopes` package depends on lerna but doesn't have `lerna` listed in its dependencies, so the action was failing. Since this action doesn't run in the repo's context, we need to install lerna as a dependency to make it work.
7 lines
116 B
Text
7 lines
116 B
Text
node_modules
|
|
.commitlintrc.yml
|
|
commitlint.config.js
|
|
.commitlintrc-with-lerna-scopes
|
|
action.yml
|
|
.github
|
|
CHANGELOG.md
|