From aabc8a9b7ad704f585127d5874c1fcddf3897b86 Mon Sep 17 00:00:00 2001 From: Disaiah Bennett Date: Tue, 14 May 2024 11:10:10 -0400 Subject: [PATCH] disabled linter in github action (#704) Signed-off-by: Disaiah Bennett --- .github/workflows/regenerate-operator-bundles.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/regenerate-operator-bundles.yml b/.github/workflows/regenerate-operator-bundles.yml index ce18672ac..067d57814 100644 --- a/.github/workflows/regenerate-operator-bundles.yml +++ b/.github/workflows/regenerate-operator-bundles.yml @@ -33,11 +33,12 @@ jobs: with: python-version: ${{ matrix.python-version }} + # TODO: Re-enable linting bundle after squads address CSV issues. # Runs a set of commands using the runners shell - - name: Lint Operator Bundles - id: lint_bundle - run: | - make lint-operator-bundles + # - name: Lint Operator Bundles + # id: lint_bundle + # run: | + # make lint-operator-bundles # Runs a set of commands using the runners shell - name: Regenerate Operator Bundles