Skip to content

Commit

Permalink
💚 update helm-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed May 25, 2020
1 parent b53ed33 commit 18d782c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Run Helm lint'
on:
pull_request:
paths:
- 'charts'
- 'charts/**'

jobs:
helm-lint:
Expand All @@ -18,9 +18,15 @@ jobs:
- name: Helm version
run: |
helm version
- name: Generate schema for charts/vald
run: |
make helm/schema/vald
- name: Run lint for charts/vald
run: |
helm lint charts/vald
- name: Generate schema for charts/vald-helm-operator
run: |
make helm/schema/vald-helm-operator
- name: Run lint for charts/vald-helm-operator
run: |
helm lint charts/vald-helm-operator

0 comments on commit 18d782c

Please sign in to comment.