diff --git a/.github/workflows/ct.yaml b/.github/ct.yaml similarity index 100% rename from .github/workflows/ct.yaml rename to .github/ct.yaml diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index bba1c6c1..2ccf1d51 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -13,7 +13,7 @@ jobs: id: lint uses: helm/chart-testing-action@v1.0.0-alpha.3 with: - command: lint --config .github/workflows/ct.yaml + command: lint --config .github/ct.yaml - name: Create kind cluster uses: helm/kind-action@v1.0.0-alpha.3