From 0deb3dede35154f66db7a37a53890a5fec1bcd89 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 10 Jan 2020 10:55:33 -0500 Subject: [PATCH] relocating ct.yaml config Signed-off-by: Jeff Billimek --- .github/{workflows => }/ct.yaml | 0 .github/workflows/lint-test.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{workflows => }/ct.yaml (100%) 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