infra/.forgejo/workflows/validate-helm-render.yaml
Finn 4347da72c1
Some checks failed
/ render-helm (push) Failing after 17s
syntax issue?
2024-09-10 09:50:33 -07:00

16 lines
370 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
- uses: actions/checkout@v3
- run: ls -lha helm
- run: ./helm/render-all.sh
- run: git diff --exit-code