aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'worker/Makefile')
-rw-r--r--worker/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/worker/Makefile b/worker/Makefile
index 3c69e4b..6ee4f47 100644
--- a/worker/Makefile
+++ b/worker/Makefile
@@ -1,6 +1,5 @@
-.PHONY: fmt
-fmt:
- go fmt ./...
+.PHONY: all
+all: check lint
.PHONY: check
check:
@@ -8,4 +7,4 @@ check:
.PHONY: lint
lint:
- go vet ./...
+ go run github.com/golangci/golangci-lint/cmd/golangci-lint run