From bd34627988f07181a96955da39950603170e15e5 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sat, 18 Dec 2021 02:04:00 +0000 Subject: [PATCH] test: add apiVersion verification test ignore ignore --- .github/workflows/pluto.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/pluto.yaml diff --git a/.github/workflows/pluto.yaml b/.github/workflows/pluto.yaml new file mode 100644 index 000000000..fe6bcfb55 --- /dev/null +++ b/.github/workflows/pluto.yaml @@ -0,0 +1,25 @@ +name: apiVersion deprecation test +on: + pull_request: {} + push: {} + +jobs: + + build: + name: Build + runs-on: ubuntu-latest + steps: + + - name: Checkout + uses: actions/checkout@v2 + + - 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