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.
2 parents 5ef8b62 + 630c39f commit 34d7980Copy full SHA for 34d7980
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