Optional local lefthook configuration

pre-commit:

Views0
PublishedMay 30, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

Optional local lefthook configuration

To enable this:

cp lefthook-local.example.yml lefthook-local.yml

pre-commit: parallel: true jobs: - name: 'Typecheck' run: pnpm typecheck:all

    - name: 'Lint Fix & Format'
      run: pnpm lint:fix:all
      stage_fixed: true

post-checkout: jobs: - name: 'Install Dependencies' run: pnpm install

post-merge: jobs: - name: 'Install Dependencies' run: pnpm install

Share: