From f637199318888c6bf18d8b15c5e4301def9f3e9b Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sat, 18 Dec 2021 03:01:19 +0000 Subject: [PATCH] test: add more apiVersion check test rename --- .github/workflows/pluto.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pluto.yaml b/.github/workflows/pluto.yaml index c004e4830a..df9be03c57 100644 --- a/.github/workflows/pluto.yaml +++ b/.github/workflows/pluto.yaml @@ -1,4 +1,4 @@ -name: apiVersion deprecation test +name: k8s apiVersion check test on: pull_request: {} push: {} @@ -16,6 +16,10 @@ jobs: - 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