mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Update `lefthook.yml`
This commit is contained in:
parent
4a13358c8b
commit
fd309e7300
|
|
@ -15,9 +15,10 @@ pre-commit:
|
||||||
parallel: true
|
parallel: true
|
||||||
jobs:
|
jobs:
|
||||||
- name: 试运行 DEBUG mode
|
- name: 试运行 DEBUG mode
|
||||||
run:
|
# 触发所有 _prelude() 函数检查
|
||||||
|
run: |
|
||||||
just build-in-debug-mode
|
just build-in-debug-mode
|
||||||
./chsrc-debug
|
./chsrc-debug get pip
|
||||||
glob: "*.{c,h}"
|
glob: "*.{c,h}"
|
||||||
exclude: test/*
|
exclude: test/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue