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.
4 lines
89 B
YAML
4 lines
89 B
YAML
---
|
|
extends:
|
|
- '@commitlint/config-conventional'
|
|
- '@commitlint/config-lerna-scopes'
|