Two new actions to deploy a new chart coming soon. #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Helm chart linter | |
on: | |
pull_request: | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/set-up-helm-linter | |
- run: helm lint basic-web-service | |
- uses: actions/setup-go@v4 | |
with: | |
go-version: '1.17' | |
- run: go install github.com/yannh/kubeconform/cmd/kubeconform@latest | |
- run: helm template basic-web-service | kubeconform --summary --output json |