Update charts-lint.yaml
This commit is contained in:
committed by
GitHub
parent
15845d368e
commit
37c267eb96
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user