From e7b587f73d44fedecfdb24d500d4636dc53394d1 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 26 Mar 2024 14:06:27 +0100 Subject: [PATCH] run helm lint to catch any problems Signed-off-by: Simon L --- .github/workflows/helm-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index c1f7f861..68a17875 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -36,6 +36,10 @@ jobs: with: version: v3.6.3 + - name: Run Helm Lint + run: | + helm lint ./nextcloud-aio-helm-chart + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: