1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 05:18:19 +00:00

Revert "scripts: disable gofmt check in ci"

This reverts commit 24425ed16f.
This commit is contained in:
Markus Lehtonen 2022-02-07 18:05:20 +02:00
parent 6d4860b88d
commit 06d499fbfd

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