We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0fe2d commit 22b1810Copy full SHA for 22b1810
lefthook.yml
@@ -1,6 +1,8 @@
1
pre-commit:
2
parallel: true
3
jobs:
4
+ - name: Type Check
5
+ run: bun run --filter=* check
6
- name: Run codegen before commit
7
run: bun run sync
8
stage_fixed: true
0 commit comments