12 lines
232 B
YAML
12 lines
232 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
biome-check:
|
|
glob: "*.{ts,json,css}"
|
|
run: yarn biome check --write {staged_files}
|
|
stage_fixed: true
|
|
typecheck:
|
|
run: yarn check
|
|
tests:
|
|
run: yarn test
|