Adding drone file generation pre-commit hook (#47344)

This commit is contained in:
Timur Olzhabayev
2022-04-05 19:06:31 +02:00
committed by GitHub
parent 668df49801
commit 901e8a74f9
+3
View File
@@ -72,6 +72,9 @@
],
"*pkg/**/*.go": [
"gofmt -w -s"
],
"*.{star}": [
"make drone"
]
},
"devDependencies": {