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

16 lines
353 B
YAML
Raw Normal View History

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
- uses: actions/checkout@v3
2024-09-10 16:49:36 +00:00
- run: helm/render-all.sh || ls -lha
- run: git diff --exit-code