From 10008fa9ebc43f000dcc0ab8a324aea176db0955 Mon Sep 17 00:00:00 2001 From: Ronen Hilewicz Date: Fri, 22 Nov 2024 08:52:52 -0500 Subject: [PATCH] [DEBUG] comment out lint step --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c7c0c5..6fc9e09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,10 +43,10 @@ jobs: uses: helm/chart-testing-action@v2.6.0 with: version: v3.10.0 - - - name: Lint - run: | - ct lint --config ct.yaml --helm-repo-extra-args "aserto-helm=-u gh -p ${READ_WRITE_TOKEN}" + # - + # name: Lint + # run: | + # ct lint --config ct.yaml --helm-repo-extra-args "aserto-helm=-u gh -p ${READ_WRITE_TOKEN}" - name: Install uv package manager uses: astral-sh/setup-uv@v3