@echo"Already set ANDROID_API_KEY and ANDROID_TEST_TOKEN globale variable."
$(MISSPELL):
$(GO) get -u github.com/client9/misspell/cmd/misspell
.PHONY:fmt
fmt:
$(GOFMT) -w $(GOFILES)
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.