Skip to content

Commit fd309e7

Browse files
committed
Update lefthook.yml
1 parent 4a13358 commit fd309e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lefthook.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ pre-commit:
1515
parallel: true
1616
jobs:
1717
- name: 试运行 DEBUG mode
18-
run:
18+
# 触发所有 _prelude() 函数检查
19+
run: |
1920
just build-in-debug-mode
20-
./chsrc-debug
21+
./chsrc-debug get pip
2122
glob: "*.{c,h}"
2223
exclude: test/*
2324

0 commit comments

Comments
 (0)