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 b4f5441 commit b15a4c6Copy full SHA for b15a4c6
1 file changed
.github/workflows/main.yml
@@ -54,11 +54,11 @@ jobs:
54
- name: Runs all tests
55
run: make test
56
57
- - name: Run chart-testing (lint)
+ - name: Set up chart-testing
58
uses: helm/chart-testing-action@main
59
- with:
60
- command: lint
61
- config: .github/ct.yaml
+
+ - name: Run chart-testing (lint)
+ run: ct lint --config .github/ct.yaml
62
63
- name: Runs helm docs
64
run: make helm-docs
0 commit comments