From 94ae611f4e51e3bdb9fb8bf63e283e930f2e5624 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sat, 18 Dec 2021 03:38:25 +0000 Subject: [PATCH] test: add api version verification fix --- .github/workflows/pluto.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 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 00000000..c98edbce --- /dev/null +++ b/.github/workflows/pluto.yaml @@ -0,0 +1,21 @@ +name: k8s api version check +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