Skip to content

Commit

Permalink
chore: remove pre-push and pre-commit (#9777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Mar 6, 2023
1 parent 813882d commit 299d444
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 308 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -55,6 +55,7 @@ jobs:
rm $diff_file
check-changes:
needs: inspect-code
uses: ./.github/workflows/changed-packages.yml

deploy-docs:
Expand Down
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-comit

This file was deleted.

4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx commitlint --edit ""
4 changes: 0 additions & 4 deletions .husky/pre-push

This file was deleted.

0 comments on commit 299d444

Please sign in to comment.