2024-09-10 16:44:22 +00:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
paths:
|
2024-09-10 16:47:26 +00:00
|
|
|
- helm/**
|
|
|
|
- .forgejo/workflows/validate-helm-render.yaml
|
2024-09-10 16:44:22 +00:00
|
|
|
jobs:
|
|
|
|
render-helm:
|
|
|
|
runs-on: docker
|
|
|
|
container:
|
|
|
|
image: library/alpine
|
|
|
|
steps:
|
2024-09-10 16:47:26 +00:00
|
|
|
- run: apk add --no-cache nodejs git helm kubectl bash
|
2024-09-10 17:01:21 +00:00
|
|
|
- uses: actions/checkout@v4
|
2024-09-10 16:47:26 +00:00
|
|
|
- run: ./helm/render-all.sh
|
2024-09-10 16:44:22 +00:00
|
|
|
- run: git diff --exit-code
|