From dd1c68425120fca008a3b10991c865ea586c7002 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Sep 2025 20:34:02 +0900 Subject: feat(worker): add swift worker --- worker/swift/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 worker/swift/Makefile (limited to 'worker/swift/Makefile') diff --git a/worker/swift/Makefile b/worker/swift/Makefile new file mode 100644 index 0000000..6ee4f47 --- /dev/null +++ b/worker/swift/Makefile @@ -0,0 +1,10 @@ +.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 -- cgit v1.2.3-70-g09d2