Set up husky

This commit is contained in:
Colin McDonnell
2025-08-27 18:13:10 -07:00
parent f6efe56478
commit 9239b40372
5 changed files with 246 additions and 232 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Build the action before committing
echo "🔨 Building action..."
npm run build
# Add the built files to the commit
git add index.cjs dist/