Skip to content

Commit

Permalink
chore: Update husky version
Browse files Browse the repository at this point in the history
Github actions set an env variable that only the newer versions of husky use
  • Loading branch information
michaeldowseza committed Mar 25, 2024
1 parent db8df67 commit e5a694e
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 270 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# Section for git-secrets

if ! command -v git-secrets > /dev/null 2>&1
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged


Expand Down
5 changes: 0 additions & 5 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"



# Section for git-secrets

if ! command -v git-secrets > /dev/null 2>&1
Expand Down
Loading

0 comments on commit e5a694e

Please sign in to comment.