Skip to content

Commit

Permalink
disabled linter in github action (#704)
Browse files Browse the repository at this point in the history
Signed-off-by: Disaiah Bennett <[email protected]>
  • Loading branch information
dislbenn authored May 14, 2024
1 parent c80616f commit aabc8a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/regenerate-operator-bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aabc8a9

Please sign in to comment.