-
I created a package that has shared
The root remotes:
- git_url: https://github.com/exile-watch/splinters
configs:
- packages/lefthook-config/lefthook.yml Now, for some reason But when I try to apply the same settings (literally copy-paste) to another repo it doesn't seem to find On top of that, I'm not sure why the output lists
I thought I understood how to create a shareable solution but now I'm confused why |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hey! I the problem is that the script file name is commit-msg:
scripts:
"commitlint.sh":
runner: bash Or the script name should be changed to just |
Beta Was this translation helpful? Give feedback.
Hey! I the problem is that the script file name is
commitlint.sh
but the config hascommitlint
instead. To fix this the config should be changed to the following:Or the script name should be changed to just
commitlint
.