From ba61fc6679a57e6f071f21efa70b1c39bcad192f Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 27 Aug 2025 18:14:56 -0700 Subject: [PATCH] fix: update pre-commit hook permissions --- .husky/pre-commit | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 552cc78..b96c33d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - # Build the action before committing echo "🔨 Building action..." npm run build