Add lint GH action (#2686)

This commit is contained in:
Carlos Rodríguez Hernández
2020-05-27 16:12:14 +02:00
committed by GitHub
parent 5e6e64f6dc
commit 509236333e
2 changed files with 26 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v1.0.0-rc.2
with:
command: lint
+7
View File
@@ -0,0 +1,7 @@
chart-dirs:
- bitnami
remote: origin
validate-chart-schema: true
validate-maintainers: true
validate-yaml: true
check-version-increment: true