helm chart - allow to adjust TALK_MAX_SCREEN_BITRATE #22
Workflow file for this run
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: | |
pull_request: | |
paths: | |
- 'nextcloud-aio-helm-chart/**' | |
jobs: | |
lint-helm: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Install Helm | |
uses: azure/setup-helm@v3.5 | |
with: | |
version: v3.11.1 | |
- name: Lint charts | |
run: helm lint nextcloud-aio-helm-chart |