Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions lefthook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pre-commit:
piped: true
fail_on_changes: always
fail_on_changes_diff: true
jobs:
- name: install dependencies
run: pnpm install
Expand All @@ -12,6 +14,3 @@ pre-commit:

- name: fix lint
run: pnpm eslint --fix

- name: check diff
run: git diff --exit-code pnpm-lock.yaml {staged_files}