diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d9a5ce..d6c445c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,11 +39,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