mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Add lefthook.yml
This commit is contained in:
parent
37710884a8
commit
cbf22a7f29
|
|
@ -0,0 +1,18 @@
|
|||
# ---------------------------------------------------------------
|
||||
# Lefthook File : lefthook.yml
|
||||
# File Authors : 曾奥然 <ccmywish@qq.com>
|
||||
# Contributors : Nul None <nul@none.org>
|
||||
# |
|
||||
# Created On : <2025-10-28>
|
||||
# Last Modified : <2025-10-28>
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
pre-commit:
|
||||
only:
|
||||
- ref: dev
|
||||
jobs:
|
||||
- name: 测试 xy.h
|
||||
run: just test-xy
|
||||
|
||||
- name: 测试 framework
|
||||
run: just test-fw
|
||||
Loading…
Reference in New Issue