Skip to content

Commit

Permalink
Temporarily disable lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton committed Apr 28, 2024
1 parent 525d275 commit f77e745
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,22 @@ jobs:
# exit 1
# fi

lint:
name: Lint charts
runs-on: ubuntu-latest
needs:
- find_directories
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.find_directories.outputs.directories) }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Helm lint
run: helm lint ${{ matrix.path }}
# lint:
# name: Lint charts
# runs-on: ubuntu-latest
# needs:
# - find_directories
# strategy:
# fail-fast: false
# matrix: ${{ fromJson(needs.find_directories.outputs.directories) }}
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
#
# - name: Helm lint
# run: helm lint ${{ matrix.path }}

# lint-ct:
# name: Lint using chart-testing
Expand Down

0 comments on commit f77e745

Please sign in to comment.