mirror of
https://github.com/RubyMetric/chsrc
synced 2025-11-18 21:27:43 +08:00
30 lines
680 B
YAML
30 lines
680 B
YAML
# ---------------------------------------------------------------
|
|
# 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
|
|
parallel: true
|
|
jobs:
|
|
- name: 测试编译
|
|
run: just
|
|
|
|
- name: 测试 xy.h
|
|
run: just test-xy
|
|
glob:
|
|
- lib/xy.h
|
|
- test/xy.c
|
|
|
|
- name: 测试 framework
|
|
run: just test-fw
|
|
glob:
|
|
- "src/framework/*.{c,h}"
|
|
- src/chsrc-main.c
|
|
- test/fw.c
|