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 ee8ab36 commit 0c81757Copy full SHA for 0c81757
1 file changed
.github/workflows/main.yml
@@ -39,11 +39,11 @@ jobs:
39
- name: Runs all tests
40
run: make test
41
42
- - name: Run chart-testing (lint)
+ - name: Set up chart-testing
43
uses: helm/chart-testing-action@main
44
- with:
45
- command: lint
46
- config: .github/ct.yaml
+
+ - name: Run chart-testing (lint)
+ run: ct lint --config .github/ct.yaml
47
48
- name: Runs helm docs
49
run: make helm-docs
0 commit comments