Skip to content

Change in handling of ignored errors #175

Change in handling of ignored errors

Change in handling of ignored errors #175

name: Kustomize Validation
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
kustomize-validation:
runs-on: self-hosted
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: imranismail/setup-kustomize@v2
with:
kustomize-version: 4.5.2
- run: |
./hack/validate-kustomize.sh