infra/.forgejo/workflows/validate-helm-render.yaml

16 lines
350 B
YAML
Raw Normal View History

on:
push:
paths:
2024-09-10 16:47:26 +00:00
- helm/**
- .forgejo/workflows/validate-helm-render.yaml
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
- uses: actions/checkout@v4
2024-09-10 16:47:26 +00:00
- run: ./helm/render-all.sh
- run: git diff --exit-code