This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Bump helm/chart-releaser-action from 1.5.0 to 1.6.0 #1185
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: Helm linter | |
on: [push] | |
jobs: | |
lint_sda-db: | |
name: Lint sda-db | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install helm3 | |
run: bash ./dev_tools/scripts/install-kube-deps.sh | |
- name: Lint sda-db | |
run: helm lint charts/sda-db | |
lint_sda-mq: | |
name: Lint sda-mq | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install helm3 | |
run: bash ./dev_tools/scripts/install-kube-deps.sh | |
- name: Lint sda-mq | |
run: helm lint charts/sda-mq | |
lint_sda-svc: | |
name: Lint sda-svc | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install helm3 | |
run: bash ./dev_tools/scripts/install-kube-deps.sh | |
- name: Lint sda-svc | |
run: helm lint charts/sda-svc | |
lint_sda-orch: | |
name: Lint sda-orch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Install helm3 | |
run: bash ./dev_tools/scripts/install-kube-deps.sh | |
- name: Lint sda-orch | |
run: helm lint charts/sda-orch |