diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f49c4ef..d4314a44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: - name: Build run: make build build-test-tools - name: Test - run: make check pristine test + run: make check test - name: Prepare tar to upload built binaries run: tar -cvf built-binaries.tar helmfile diff-yamls yamldiff diff --git a/Makefile b/Makefile index b2295947..d91a4a3c 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ generate: fmt: go fmt ${PKGS} + gci write --skip-generated -s standard -s default -s 'prefix(github.com/helmfile/helmfile)' . .PHONY: fmt check: