Skip to content

Commit 763906d

Browse files
authored
Merge pull request #80 from andyzhangx/pluto
test: add api version verification
2 parents 21866af + 94ae611 commit 763906d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/pluto.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: k8s api version check
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

0 commit comments

Comments
 (0)