mirror of
https://github.com/linear/linear-release.git
synced 2026-09-14 20:00:10 +08:00
21 lines
347 B
YAML
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
|