From fd309e73001ce4d3838fc882db6537445a53975c Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Tue, 28 Oct 2025 20:21:28 +0800 Subject: [PATCH] Update `lefthook.yml` --- lefthook.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index 593e646..59f42db 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -15,9 +15,10 @@ pre-commit: parallel: true jobs: - name: 试运行 DEBUG mode - run: + # 触发所有 _prelude() 函数检查 + run: | just build-in-debug-mode - ./chsrc-debug + ./chsrc-debug get pip glob: "*.{c,h}" exclude: test/*