From 0c125292ba4bc71940dfb1ad18fbbd85f026b4e4 Mon Sep 17 00:00:00 2001 From: shuting Date: Wed, 21 Feb 2024 18:33:34 +0800 Subject: [PATCH] fix: linter testing (#73) Signed-off-by: ShutingZhao --- .github/workflows/helm-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index d310db0..53094de 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -21,7 +21,9 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 - name: Run chart-testing (lint) - run: ct lint --target-branch=main --check-version-increment=false --validate-maintainers=false + run: | + set -e + ct lint --target-branch=main --check-version-increment=false linter-artifacthub: runs-on: ubuntu-latest