diff options
Diffstat (limited to 'worker/swift/Makefile')
| -rw-r--r-- | worker/swift/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
