Skip to content

Commit bd34627

Browse files
committed
test: add apiVersion verification test
ignore ignore
1 parent 0c2047d commit bd34627

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/pluto.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: apiVersion deprecation test
2+
on:
3+
pull_request: {}
4+
push: {}
5+
6+
jobs:
7+
8+
build:
9+
name: Build
10+
runs-on: ubuntu-latest
11+
steps:
12+
13+
- name: Checkout
14+
uses: actions/checkout@v2
15+
16+
- name: Download pluto
17+
uses: FairwindsOps/pluto/github-action@master
18+
19+
- name: Check deploy folder
20+
run: |
21+
pluto detect-files -d deploy --ignore-deprecations --ignore-removals
22+
23+
- name: Check example folder
24+
run: |
25+
pluto detect-files -d deploy/example

0 commit comments

Comments
 (0)