mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-29 00:01:42 +08:00
10 lines
144 B
YAML
10 lines
144 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
lint:
|
|
run: pnpm lint
|
|
typecheck:
|
|
run: pnpm typecheck
|
|
test:
|
|
run: pnpm test
|