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