Files
2026-02-11 08:35:42 +00:00

21 lines
347 B
YAML

output:
- summary
- success
- failure
pre-commit:
parallel: true
commands:
format:
glob: "*.{ts,json,md,yml,yaml}"
run: pnpm exec oxfmt --write {staged_files}
stage_fixed: true
lint:
glob: "*.ts"
run: pnpm exec oxlint --fix {staged_files}
stage_fixed: true
build:
run: pnpm build