File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ post-checkout:
2121post-merge :
2222 jobs :
2323 - name : ' Install Dependencies'
24- run : pnpm install
24+ run : pnpm install
Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ pre-push:
2121 - name : ' Typecheck'
2222 run : pnpm run typecheck:all
2323 fail_text : |
24- 💡 To catch typechecking issues earlier, enable the pre-commit hook:
25- cp lefthook-local.example.yml lefthook-local.yml
26-
24+ 💡 To catch typechecking issues earlier, enable the pre-commit hook:
25+ cp lefthook-local.example.yml lefthook-local.yml
26+
2727 - name : ' Lint'
2828 run : pnpm run lint:all
2929 fail_text : |
30- 💡 To catch linting issues earlier, enable the pre-commit hook:
31- cp lefthook-local.example.yml lefthook-local.yml
30+ 💡 To catch linting issues earlier, enable the pre-commit hook:
31+ cp lefthook-local.example.yml lefthook-local.yml
3232
3333 - name : ' Build'
3434 run : pnpm run build:all
3535 fail_text : |
36- 💡 To catch build issues earlier, enable the pre-commit hook:
37- cp lefthook-local.example.yml lefthook-local.yml
36+ 💡 To catch build issues earlier, enable the pre-commit hook:
37+ cp lefthook-local.example.yml lefthook-local.yml
3838
3939post-checkout :
4040 jobs :
You can’t perform that action at this time.
0 commit comments