go build -o build/provider-zexlab ./cmd/provider-zexlab/
lint:
golangci-lint run --fix ./cmd/... ./pkg/...
test:
go test --coverprofile coverage.out -json -v -parallel 20 ./pkg/... 2>&1| tee /tmp/gotest.log | gotestfmt
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.