Skip to content

Commit 4e15784

Browse files
committed
add install helm plugin
1 parent 933c647 commit 4e15784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444

45+
# TODO@jsjoeio - worth caching?
46+
- name: Install helm kubeval plugin
47+
run: helm plugin install https://github.com/instrumenta/helm-kubeval
48+
4549
- name: Fetch dependencies from cache
4650
id: cache-root-node-mods
4751
uses: actions/cache@v3

0 commit comments

Comments
 (0)