Files
duino-miner-helm/.gitea/workflows/helm-lint.yaml
Tomislav Kopić a57a742935
Some checks failed
Test Helm Chart / helm-lint (push) Failing after 8s
Print env
2025-09-14 12:27:00 +02:00

26 lines
432 B
YAML

name: Test Helm Chart
on:
push:
branches:
- main
pull_request:
jobs:
helm-lint:
runs-on: docker
container:
image: alpine/helm:3.14.0
steps:
- name: Print Environment
run: env
- name: Clone repo manually
run: |
git clone "${CI_REPO_URL}" .
git fetch --tags
- name: Run Helm lint
run: |
helm lint ./duino-miner-helm