Skip to content

Commit 61bdbe5

Browse files
authored
Fix chart linting (kubernetes#1612)
1 parent 02cddd3 commit 61bdbe5

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@ jobs:
1212
- name: Fetch history
1313
run: git fetch --prune --unshallow
1414

15-
- id: lint
16-
name: Run chart-testing (lint)
17-
uses: helm/[email protected]
15+
- name: Set up Helm
16+
uses: azure/setup-helm@v1
1817
with:
19-
command: lint
18+
version: v3.6.1
19+
20+
- uses: actions/setup-python@v2
21+
with:
22+
python-version: 3.7
23+
24+
- name: Set up chart-testing
25+
uses: helm/[email protected]
26+
27+
- name: Run chart-testing (lint)
28+
run: ct lint --target-branch ${GITHUB_BASE_REF}

0 commit comments

Comments
 (0)