Test other modules on all platforms

This commit is contained in:
Katrina Verey
2022-04-04 19:39:01 -04:00
parent ea193328e3
commit df80b29694
3 changed files with 12 additions and 45 deletions

View File

@@ -122,7 +122,7 @@ lint: $(MYGOBIN)/golangci-lint $(MYGOBIN)/goimports $(builtinplugins)
./hack/for-each-module.sh "make lint"
.PHONY: lint-kustomize
lint-kustomize: $(MYGOBIN)/golangci-lint-kustomize $(builtinplugins)
lint-kustomize: $(MYGOBIN)/golangci-lint $(builtinplugins)
cd api; $(MAKE) lint
cd kustomize; $(MAKE) lint
cd cmd/pluginator; $(MAKE) lint