Skip to content

Commit

Permalink
In pre-commit hook just checking staged files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekenigs committed Sep 12, 2024
1 parent e5b530d commit 2115a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pre-commit:
run: pnpm biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
stage_fixed: true
spell:
run: pnpm run spell
run: pnpm cspell --no-summary --no-progress --no-must-find-files --files {staged_files}

0 comments on commit 2115a41

Please sign in to comment.