Skip to content

Commit a6f189b

Browse files
committed
Upgrade to Husky 8
1 parent 2217d3f commit a6f189b

File tree

4 files changed

+22
-459
lines changed

4 files changed

+22
-459
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
cd extensions/ql-vscode && npm run format-staged

.husky/pre-push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
cd extensions/ql-vscode && ./scripts/forbid-test-only

0 commit comments

Comments
 (0)