Skip to content

Merge branch 'feat/51.0.3' of github.com:caas-team/caas-project-monit… #84

Merge branch 'feat/51.0.3' of github.com:caas-team/caas-project-monit…

Merge branch 'feat/51.0.3' of github.com:caas-team/caas-project-monit… #84

Workflow file for this run

name: Helm Lint
on:
push:
jobs:
helm:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Helm lint
run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
helm version
helm lint .