5
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-12-28 19:48:17 +00:00
setup-helm/.husky/pre-commit
2025-07-02 13:55:16 -07:00

7 lines
No EOL
178 B
Text

npm test
npm run format-check || {
echo ""
echo "❌ Formatting check failed."
echo "💡 Run 'npm run format' or 'prettier --write .' to fix formatting issues."
exit 1
}