Skip to content

Commit

Permalink
Merge pull request #588 from andyzhangx/pluto
Browse files Browse the repository at this point in the history
test: add apiVersion verification test
  • Loading branch information
andyzhangx authored Dec 19, 2021
2 parents 0c2047d + bd34627 commit 263beb9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/pluto.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 263beb9

Please sign in to comment.