aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-02 19:16:58 +0900
committernsfisis <nsfisis@gmail.com>2024-08-03 18:56:00 +0900
commitf70d6eed9f2c519aed030c9dbda99ed0435991a0 (patch)
tree2c4e95392c88fcdbccafe62e42b651f4fbde0491 /worker/Makefile
parentdb06c9332776b41b3fef537f9e6d76d38f0463b3 (diff)
downloadiosdc-japan-2024-albatross-f70d6eed9f2c519aed030c9dbda99ed0435991a0.tar.gz
iosdc-japan-2024-albatross-f70d6eed9f2c519aed030c9dbda99ed0435991a0.tar.zst
iosdc-japan-2024-albatross-f70d6eed9f2c519aed030c9dbda99ed0435991a0.zip
feat: implement worker
Diffstat (limited to 'worker/Makefile')
-rw-r--r--worker/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/worker/Makefile b/worker/Makefile
index 4d6cf39..3c69e4b 100644
--- a/worker/Makefile
+++ b/worker/Makefile
@@ -5,3 +5,7 @@ fmt:
.PHONY: check
check:
go build -o /dev/null ./...
+
+.PHONY: lint
+lint:
+ go vet ./...