10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-16 11:29:52 +00:00

add pre-commit hook

This commit is contained in:
Suneha Bose 2025-06-24 17:23:29 -07:00
parent c9a6a97d7f
commit 6ec620b203
No known key found for this signature in database
GPG key ID: 192F9BCAC0FA34B2
3 changed files with 22 additions and 1 deletions

2
.husky/pre-commit Normal file
View file

@ -0,0 +1,2 @@
npm test
npm run format-check