.PHONY: lint-test lint-test: @echo "Running linter..." golangci-lint run @echo "Running tests..." go test ./...