Skip to content

Commit e5a694e

Browse files
chore: Update husky version
Github actions set an env variable that only the newer versions of husky use
1 parent db8df67 commit e5a694e

6 files changed

+492
-270
lines changed

.husky/.gitignore

-1
This file was deleted.

.husky/commit-msg

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
# Section for git-secrets
52

63
if ! command -v git-secrets > /dev/null 2>&1

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged
52

63

.husky/prepare-commit-msg

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
5-
61
# Section for git-secrets
72

83
if ! command -v git-secrets > /dev/null 2>&1

0 commit comments

Comments
 (0)