From e414e0d004d917bf57e285e01a4be3dffad5ad02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Sun, 14 Sep 2025 12:15:45 +0200 Subject: [PATCH] fix --- .gitea/workflows/helm-lint.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/helm-lint.yaml b/.gitea/workflows/helm-lint.yaml index c1bf280..8c0110a 100644 --- a/.gitea/workflows/helm-lint.yaml +++ b/.gitea/workflows/helm-lint.yaml @@ -10,12 +10,9 @@ jobs: helm-lint: runs-on: [docker, kubernetes] steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Run Helm lint uses: docker://alpine/helm:3.14.0 with: entrypoint: ["sh", "-c"] - args: - - echo "Running helm lint on duino-miner-helm chart" && helm lint ./ + args: + - echo "Running helm lint on duino-miner-helm chart" && helm lint .