From 64dae431d39b8a5f1b5b10064c9bede4d04f5b50 Mon Sep 17 00:00:00 2001 From: cpanato Date: Fri, 29 Mar 2024 17:18:02 +0100 Subject: [PATCH] fix path Signed-off-by: cpanato --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69c849d3a..7053d3747 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -213,7 +213,7 @@ jobs: helm unittest charts/ingress-nginx -d - name: Run chart-testing (lint) - run: ct lint --config ct.yaml + run: ct lint --config ./.ct.yaml - name: Run helm-docs run: |