pre-commit:
  parallel: true
  jobs:
#    - name: biome
#      glob: '*.{js,ts,jsx,tsx,json}'
#      run: pnpm biome check --no-errors-on-unmatched {staged_files}

#    - name: typecheck
#      run: pnpm -r --parallel run lint
#
#    - name: test
#      run: npx vitest run --maxWorkers=1
