mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-08 18:44:18 +00:00
fix: lerna scopes not working due to missing lerna dependency
`@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.
This commit is contained in:
parent
2c42093c70
commit
99b068a844
5 changed files with 4755 additions and 155 deletions
|
|
@ -1,6 +1,7 @@
|
|||
node_modules
|
||||
.commitlintrc.yml
|
||||
commitlint.config.js
|
||||
.commitlintrc-with-lerna-scopes
|
||||
action.yml
|
||||
.github
|
||||
CHANGELOG.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue