Skip to content

Commit d3466c3

Browse files
authored
Merge pull request #2136 from github/koesie10/upgrade-to-husky-8
Upgrade to Husky 8
2 parents 22aa77f + a6f189b commit d3466c3

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)