Merge pull request #66 from yonatankahana/helm-chart-lint

Setup chart linter as github action
This commit is contained in:
Kubernetes Prow Robot 2021-03-05 09:24:22 -08:00 committed by GitHub
commit f08caa228c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/helm-chart-lint.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Lint Helm Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.0.1
- name: Run chart-testing (lint)
run: ct lint