mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 16:04:06 +00:00
* Add lefthook formatter checks * Fix SDK mode hydration * Stabilize SDK mode integration test
11 lines
332 B
YAML
11 lines
332 B
YAML
pre-commit:
|
|
parallel: true
|
|
jobs:
|
|
- name: biome
|
|
glob: "*.{cjs,cts,js,jsx,json,jsonc,mjs,mts,ts,tsx}"
|
|
run: pnpm exec biome format --write --no-errors-on-unmatched {staged_files}
|
|
stage_fixed: true
|
|
- name: rustfmt
|
|
glob: "*.rs"
|
|
run: rustfmt --edition 2021 {staged_files}
|
|
stage_fixed: true
|