aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker
diff options
context:
space:
mode:
Diffstat (limited to 'worker')
-rw-r--r--worker/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/worker/Makefile b/worker/Makefile
index ad15562..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: