@@ -43,6 +43,10 @@ validate-all: lint test validate-vendor validate-docs validate-generated-files
lint:
$(BUILDX_CMD) bake lint
.PHONY:lint-gopls
lint-gopls:
$(BUILDX_CMD) bake lint-gopls
.PHONY:test
test:
./hack/test
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.