boring.tools-poc/lefthook.yaml
Lars Hampe 46b49abd17
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s
feat: bun workspace setup
2024-09-28 13:33:44 +02:00

6 lines
247 B
YAML

pre-commit:
commands:
check:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: bunx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
stage_fixed: true