Skip to content

Commit

Permalink
Merge pull request #24 from bywhitebird/hotfix/skip-precommit-in-ci
Browse files Browse the repository at this point in the history
ci: do not run pre-commit git hook in ci
  • Loading branch information
arthur-fontaine authored May 14, 2023
2 parents b402808 + 58768bc commit bdc8757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

[ -n "$CI" ] && exit 0

pnpm lint
pnpm test

0 comments on commit bdc8757

Please sign in to comment.