fix
Build and Publish / Metadata (push) Has been cancelled
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
2026-04-05 18:27:35 +02:00
parent 83c8f6eae2
commit d83fe85864
8 changed files with 72 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
.PHONY: lint install-lint
lint:
@which golangci-lint > /dev/null || (echo "golangci-lint not found, installing..." && make install-lint)
golangci-lint run ./...
install-lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest