Replies: 1 comment
-
这确实是一个问题, 但关键是 GitHub action 的测试比较重要,你可以先屏蔽 git hooks (两种方式):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我fork了您的仓库,经过一些修改后我发现无法提交更改,git抛出错误:
似乎是因为读取到了我的全局配置
.commitlintrc.cjs
,我在全局也安装了cz-git, 想问下如何改为本地仓库的.commitlintrc.cjs
。下午看了下loader.test.ts
的逻辑,我强行改为expect({ prompt: { useEmoji: config.prompt.useEmoji } }).toEqual({ prompt: { useEmoji: true } })
诸如此类通过了校检,有没有更合理的方式解决这个问题?Beta Was this translation helpful? Give feedback.
All reactions