We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8429e56 commit 630c39fCopy full SHA for 630c39f
Makefile
@@ -52,3 +52,7 @@ deploy-curator-image: build-curator-image
52
53
deploy-all-images: deploy-fluentd-image deploy-kibana-image deploy-elasticsearch-image deploy-curator-image
54
.PHONY: deploy-all-images
55
+
56
+lint:
57
+ @hack/run-linter
58
+.PHONY: lint
hack/run-linter
@@ -0,0 +1,3 @@
1
+#!/usr/bin/sh
2
3
+set -euo pipefail
0 commit comments