From 3fd381a2b8ddb8c0fe4f741a8b4a4dffc9c3284a Mon Sep 17 00:00:00 2001 From: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:13:56 +0300 Subject: [PATCH] Update template.yaml --- .github/workflows/template.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index db2a6028d..a546ad3f7 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -15,8 +15,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Set up Helm uses: azure/setup-helm@v4 @@ -27,6 +25,7 @@ jobs: run: | helm dependency build ./charts/testkube helm lint ./charts/testkube + helm tenplate ./charts/testkube # - name: helm-check # uses: igabaydulin/helm-check-action@0.2.0