Implement the 006-pre-commit-gate feature that enforces a pre-commit quality gate using Lefthook to run pnpm check before every commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
lefthook.yml
Normal file
4
lefthook.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
pre-commit:
|
||||
jobs:
|
||||
- name: check
|
||||
run: pnpm check
|
||||
Reference in New Issue
Block a user