Rework condition handling during settings application and BMC reset #2355
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: Kustomize Validation | |
| on: | |
| pull_request: | |
| types: [ assigned, opened, synchronize, reopened ] | |
| paths-ignore: | |
| - 'docs/**' | |
| - '**/*.md' | |
| jobs: | |
| kustomize-validation: | |
| name: Run validate kustomizations | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@v6 | |
| - uses: imranismail/setup-kustomize@v3 | |
| with: | |
| kustomize-version: '5.0.0' | |
| - run: | | |
| ./hack/validate-kustomize.sh |