Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit ca4a98a

Browse files
authored
Merge pull request #4 from hybrid-cloud-patterns/lint-updates
Removed kind cluster and helm install steps
2 parents a4168f3 + 63bce52 commit ca4a98a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/lint-test.yml

-7
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,3 @@ jobs:
3434
3535
- name: Run chart-testing (lint)
3636
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
37-
38-
- name: Create kind cluster
39-
uses: helm/[email protected]
40-
if: steps.list-changed.outputs.changed == 'true'
41-
42-
- name: Run chart-testing (install)
43-
run: ct install

0 commit comments

Comments
 (0)