We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cddd3 commit 61bdbe5Copy full SHA for 61bdbe5
1 file changed
.github/workflows/pr.yaml
@@ -12,8 +12,17 @@ jobs:
12
- name: Fetch history
13
run: git fetch --prune --unshallow
14
15
- - id: lint
16
- name: Run chart-testing (lint)
17
- uses: helm/chart-testing-action@v1.0.0
+ - name: Set up Helm
+ uses: azure/setup-helm@v1
18
with:
19
- command: lint
+ version: v3.6.1
+
20
+ - uses: actions/setup-python@v2
21
+ with:
22
+ python-version: 3.7
23
24
+ - name: Set up chart-testing
25
+ uses: helm/chart-testing-action@v2.1.0
26
27
+ - name: Run chart-testing (lint)
28
+ run: ct lint --target-branch ${GITHUB_BASE_REF}
0 commit comments