Update charts-lint.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-03-31 12:31:14 +02:00
committed by GitHub
parent bcc4e42d31
commit 2ff974b542

View File

@@ -86,7 +86,7 @@ jobs:
uses: helm/chart-testing-action@v2.2.1
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix.chart }}
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
lint-charts2:
needs:
@@ -120,7 +120,7 @@ jobs:
uses: helm/chart-testing-action@v2.2.1
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix.chart }}
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
lint_success: