Merge pull request #244 from soerenschneider/renovate/miniflux-minifl… #34
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 Manifests | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: | |
- "main" | |
paths-ignore: | |
- "README.md" | |
jobs: | |
validate-manifests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Kustomize | |
run: | | |
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Validate Manifests | |
run: | | |
./contrib/validate-kustomize.sh |