chore: Update sgo chart with fresh manifests #151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Helm charts | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- '*' | |
tags-ignore: | |
- '*' | |
pull_request: | |
branches: [ main ] | |
jobs: | |
linter: | |
runs-on: ubuntu-latest | |
steps: | |
- name: stunner-helm checkout | |
uses: actions/checkout@v4 | |
with: | |
path: stunner-helm | |
ref: main | |
repository: l7mp/stunner-helm | |
- name: Set up chart-testing | |
uses: helm/chart-testing-action@v2 | |
- name: Run chart-testing (lint) | |
run: | | |
cd stunner-helm | |
ct lint --all --chart-dirs helm --excluded-charts stunner-kurento-one2one-call |