run validate workflow when workflow itself is modified
Some checks failed
/ render-helm (push) Failing after 18s

This commit is contained in:
Finn 2024-09-10 09:47:26 -07:00
parent c593120e46
commit 152b77aaae

View file

@ -2,6 +2,7 @@ on:
push:
paths:
- helm/*
- .forgejo/workflows/validate-helm-render.yaml
jobs:
render-helm:
runs-on: docker
@ -9,6 +10,6 @@ jobs:
image: library/alpine
steps:
- run: apk add --no-cache nodejs git helm kubectl
- uses: actions/checkout@v5
- uses: actions/checkout@v3
- run: helm/render-all.sh
- run: git diff --exit-code