mirror of
https://github.com/RubyMetric/chsrc
synced 2025-11-18 21:27:43 +08:00
19 lines
477 B
YAML
19 lines
477 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
|
|
jobs:
|
|
- name: 测试 xy.h
|
|
run: just test-xy
|
|
|
|
- name: 测试 framework
|
|
run: just test-fw
|