deploy 6997d15d8a2cd #6351
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: validate-chart | |
on: [push, pull_request] | |
jobs: | |
validate-charts: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install kubeconform | |
run: | | |
wget https://github.com/yannh/kubeconform/releases/download/v0.6.7/kubeconform-linux-amd64.tar.gz | |
tar -xvzf kubeconform-linux-amd64.tar.gz | |
- name: Find and Validate Charts | |
run: | | |
bash .github/scripts/validate-charts.sh |