Skip to content

Commit

Permalink
Try more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Dec 7, 2024
1 parent a99ae9f commit ee00879
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ jobs:
- 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
CHART_LOCATION: ./charts/komoplane
CHART_VALUES: ./charts/komoplane/values.yaml
- name: Set up chart-testing
uses: helm/chart-testing-action@2.6.1
- name: Run chart-testing (lint)
run: ct lint

0 comments on commit ee00879

Please sign in to comment.