Merge pull request #2246 from kubernetes-sigs/dependabot/go_modules/g… #4316
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: k8s api version check | |
| on: | |
| pull_request: {} | |
| push: {} | |
| jobs: | |
| build: | |
| name: Build | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v5 | |
| - name: Download pluto | |
| uses: FairwindsOps/pluto/github-action@master | |
| - name: Check deploy folder | |
| run: | | |
| pluto detect-files -d deploy --ignore-deprecations --ignore-removals | |
| - name: Check example folder | |
| run: | | |
| pluto detect-files -d deploy/example |