Skip to content

Commit 0c81757

Browse files
committed
fix: update chart-testing setup to use direct command execution
1 parent ee8ab36 commit 0c81757

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
- name: Runs all tests
4040
run: make test
4141

42-
- name: Run chart-testing (lint)
42+
- name: Set up chart-testing
4343
uses: helm/chart-testing-action@main
44-
with:
45-
command: lint
46-
config: .github/ct.yaml
44+
45+
- name: Run chart-testing (lint)
46+
run: ct lint --config .github/ct.yaml
4747

4848
- name: Runs helm docs
4949
run: make helm-docs

0 commit comments

Comments
 (0)