Skip to content

Commit

Permalink
chore: fix git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
renejfc committed Mar 25, 2024
1 parent d67ed0e commit b57efe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pre-push:
parallel: true
commands:
lint-check:
run: bun lint --no-errors-on-unmatched --files-ignore-unknown=true {push_files}
run: bunx biome lint --no-errors-on-unmatched --files-ignore-unknown=true {push_files}
type-check:
run: bun typecheck --no-errors-on-unmatched --files-ignore-unknown=true {push_files}
run: bun run typecheck
format-check:
run: bun format --files-ignore-unknown=true {push_files}
run: bunx biome format --files-ignore-unknown=true {push_files}

0 comments on commit b57efe6

Please sign in to comment.