Update `lefthook.yml`

This commit is contained in:
Aoran Zeng 2025-10-28 20:21:28 +08:00
parent 4a13358c8b
commit fd309e7300
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -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/*