Skip to content

Commit b15a4c6

Browse files
committed
fix: update chart-testing setup to use direct command execution
1 parent b4f5441 commit b15a4c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Runs all tests
5555
run: make test
5656

57-
- name: Run chart-testing (lint)
57+
- name: Set up chart-testing
5858
uses: helm/chart-testing-action@main
59-
with:
60-
command: lint
61-
config: .github/ct.yaml
59+
60+
- name: Run chart-testing (lint)
61+
run: ct lint --config .github/ct.yaml
6262

6363
- name: Runs helm docs
6464
run: make helm-docs

0 commit comments

Comments
 (0)