feat: deployment ci/cd on merge to main

This commit is contained in:
2026-09-06 17:14:30 +02:00
parent 18a75e12f5
commit e7ce3afe87
2 changed files with 63 additions and 1 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ test-cover:
## lint: Run golangci-lint
lint:
@echo "Running linter..."
@golangci-lint run ./...
@#golangci-lint run ./...
@go vet ./...
## fmt: Format code and organize imports
fmt: