From dff818158c790481868c995e0209f13aeb106251 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 13 Feb 2026 21:43:51 +0900 Subject: chore: replace Makefile with justfile Co-Authored-By: Claude Opus 4.6 --- worker/swift/justfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 worker/swift/justfile (limited to 'worker/swift/justfile') diff --git a/worker/swift/justfile b/worker/swift/justfile new file mode 100644 index 0000000..46f0320 --- /dev/null +++ b/worker/swift/justfile @@ -0,0 +1,3 @@ +check: + go build -o /dev/null ./... + go run github.com/golangci/golangci-lint/cmd/golangci-lint run -- cgit v1.3.1