1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #770 from marquiz/rel-0.9/ci

[release-0.9] Revert "scripts: disable gofmt check in ci"
This commit is contained in:
Kubernetes Prow Robot 2022-02-08 06:40:55 -08:00 committed by GitHub
commit d9cbfaa541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ export PATH=$PATH:$(go env GOPATH)/bin
curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.5.2 curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.5.2
# Run verify steps # Run verify steps
make gofmt-verify
make ci-lint make ci-lint
make helm-lint make helm-lint