File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Lint and Test Charts
2+
3+ on : pull_request
4+
5+ jobs :
6+ lint-test :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Checkout
10+ uses : actions/checkout@v2
11+
12+ - name : Fetch history
13+ run : git fetch --prune --unshallow
14+
15+ - name : Run chart-testing (lint)
16+ id : lint
17+ 18+ with :
19+ command : lint
20+
21+ - name : Create kind cluster
22+ 23+ # Only build a kind cluster if there are chart changes to test.
24+ if : steps.lint.outputs.changed == 'true'
25+
26+ - name : Run chart-testing (install)
27+ 28+ with :
29+ command : install
Original file line number Diff line number Diff line change 1+ # See https://github.com/helm/chart-testing#configuration
2+ remote : origin
3+ chart-dirs :
4+ - charts
5+ chart-repos :
6+ - bitnami=https://charts.bitnami.com/bitnami
7+ helm-extra-args : --timeout 600s
You can’t perform that action at this time.
0 commit comments