Skip to content

Commit 46b1bec

Browse files
committed
fix(config): 修复 CI 流程配置
1 parent da2359b commit 46b1bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeg.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import { defineConfig } from "code-genius";
22
import { gitInitSimpleHooksInstaller } from "@codegenius/hooks-plugin";
3+
import { gitCommitVerifyInstaller } from "@codegenius/verify-plugin";
34

45
export default defineConfig({
56
plugins: [
67
gitInitSimpleHooksInstaller(),
8+
gitCommitVerifyInstaller(),
79
],
810
});

0 commit comments

Comments
 (0)