Skip to content

Commit 0f9dbb5

Browse files
committed
Update CI workflow to include chart testing in linting process
1 parent d721a3e commit 0f9dbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: make repo-add update-req
2424

2525
- name: Lint
26-
run: make lint
26+
run: make lint test-charts
2727

2828
- name: Test stable
2929
run: make stable

0 commit comments

Comments
 (0)