diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7cea2c..226a78d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,11 +54,11 @@ jobs: - name: Runs all tests run: make test - - name: Run chart-testing (lint) + - name: Set up chart-testing uses: helm/chart-testing-action@main - with: - command: lint - config: .github/ct.yaml + + - name: Run chart-testing (lint) + run: ct lint --config .github/ct.yaml - name: Runs helm docs run: make helm-docs