We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3440c71 commit 88b1804Copy full SHA for 88b1804
.github/workflows/helm.yaml
@@ -41,7 +41,7 @@ jobs:
41
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
42
43
- name: Run chart-testing (lint)
44
- run: ct lint --config --target-branch ${{ github.ref_name }} ./.ct.yaml
+ run: ct lint --target-branch ${{ github.ref_name }} --config ./.ct.yaml
45
46
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
47
id: filter
0 commit comments