Skip to content

feat: 🎉 first chart dso-env with lint and release pipelines #1

feat: 🎉 first chart dso-env with lint and release pipelines

feat: 🎉 first chart dso-env with lint and release pipelines #1

Workflow file for this run

name: Lint and Test Charts
on:
pull_request:
paths:
- 'charts/**'
jobs:
lint-chart:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Run chart-testing (lint)
uses: helm/chart-testing-action@main
with:
command: lint
config: .github/ct.yaml
lint-docs:
runs-on: self-hosted
needs: lint-chart
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Run helm-docs
run: .github/helm-docs.sh