Skip to content

Commit 3080da8

Browse files
authored
ci: always lint all charts
1 parent ec8445c commit 3080da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: helm/[email protected]
2626

2727
- name: Run chart-testing (lint)
28-
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false
28+
run: ct lint --all --check-version-increment=false
2929
# Comment out install tests since they fail from PVCs not being fulfilled
3030
# TODO add back in with default storage class etc
3131
# - name: Create kind cluster

0 commit comments

Comments
 (0)