Files
duino-miner-helm/.gitea/workflows/helm-lint.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 19: cannot unmarshal !!seq into string line 21: cannot unmarshal !!seq into string
2025-09-14 12:14:00 +02:00

22 lines
429 B
YAML

name: Test Helm Chart
on:
push:
branches:
- main
pull_request:
jobs:
helm-lint:
runs-on: [docker, kubernetes]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Helm lint
uses: docker://alpine/helm:3.14.0
with:
entrypoint: ["sh", "-c"]
args:
- echo "Running helm lint on duino-miner-helm chart" && helm lint ./