mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-15 02:00:36 +00:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
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
|
|
} |