aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-08 00:59:36 +0900
committernsfisis <nsfisis@gmail.com>2025-03-08 00:59:36 +0900
commita10e8e64305e5002c682b45471b417ca4e33773d (patch)
tree23bf4a707c1f168c252cc4d24d06c2d2ffb8c7a8 /worker/Makefile
parentefd34b970d0d1f88fa7d7e9d69e569f039867ca2 (diff)
downloadphperkaigi-2025-albatross-a10e8e64305e5002c682b45471b417ca4e33773d.tar.gz
phperkaigi-2025-albatross-a10e8e64305e5002c682b45471b417ca4e33773d.tar.zst
phperkaigi-2025-albatross-a10e8e64305e5002c682b45471b417ca4e33773d.zip
worker: swift to php
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