Update charts-lint.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-03-30 20:57:05 +02:00
committed by GitHub
parent 15845d368e
commit 37c267eb96
+2 -2
View File
@@ -82,7 +82,7 @@ jobs:
uses: helm/chart-testing-action@v2.2.1
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix1.chart }}
run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix.chart }}
lint-charts2:
needs:
@@ -116,7 +116,7 @@ jobs:
uses: helm/chart-testing-action@v2.2.1
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint.yaml --charts ${{ matrix2.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: