aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'worker/Makefile')
-rw-r--r--worker/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/worker/Makefile b/worker/Makefile
deleted file mode 100644
index 6ee4f47..0000000
--- a/worker/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-.PHONY: all
-all: check lint
-
-.PHONY: check
-check:
- go build -o /dev/null ./...
-
-.PHONY: lint
-lint:
- go run github.com/golangci/golangci-lint/cmd/golangci-lint run