infra/.forgejo/workflows/validate-helm-render.yaml
Renovate Bot eae6bccbd3
All checks were successful
/ render-helm (push) Successful in 19s
chore(deps): update actions/checkout action to v4
2024-09-10 17:01:21 +00:00

15 lines
350 B
YAML

on:
push:
paths:
- helm/**
- .forgejo/workflows/validate-helm-render.yaml
jobs:
render-helm:
runs-on: docker
container:
image: library/alpine
steps:
- run: apk add --no-cache nodejs git helm kubectl bash
- uses: actions/checkout@v4
- run: ./helm/render-all.sh
- run: git diff --exit-code