Skip to content

Commit

Permalink
add helm check step
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Dec 7, 2024
1 parent 8e96d1b commit a99ae9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,9 @@ jobs:
- name: NPM lint
run: npm run lint
working-directory: ./pkg/frontend
- name: Helm Template Check For Sanity
uses: igabaydulin/helm-check-action@0.2.1
env:
CHART_LOCATION: ./charts/helm-dashboard
CHART_VALUES: ./charts/helm-dashboard/values.yaml

0 comments on commit a99ae9f

Please sign in to comment.