phase1
main
@ -20,6 +20,11 @@ test: generate
@echo "Running tests..."
@go test -count=1 ./...
kat-agent:
@echo "Building kat-agent..."
@go build -o kat-agent ./cmd/kat-agent/main.go
lint:
@echo "Running linter..."
@if ! command -v golangci-lint &> /dev/null; then \
The note is not visible to the blocked user.