fix(snapshot): drop unused internal/ mirror copies from partition upload #10835
Workflow file for this run
This file contains hidden or 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 |