Skip to content

Commit

Permalink
Update helm-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Mar 7, 2024
1 parent b08f73f commit be40415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
uses: azure/setup-helm@v4.1.0
with:
version: v3.14.1

- name: Debug
run: |
ls -l ./charts
cat ./charts/testkube/Chart.yaml
helm lint ./charts/testkube
- name: Run helm dependency update
run: |
Expand Down

0 comments on commit be40415

Please sign in to comment.