Skip to content

Commit b2794f9

Browse files
committed
lefthook merge commit
1 parent 03ad73e commit b2794f9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

lefthook-local.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ post-checkout:
2121
post-merge:
2222
jobs:
2323
- name: 'Install Dependencies'
24-
run: pnpm install
24+
run: pnpm install

lefthook.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
3939
post-checkout:
4040
jobs:

0 commit comments

Comments
 (0)