Skip to content

Commit

Permalink
ct.yaml for all of them
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieAMorris committed Dec 10, 2024
1 parent 70e9160 commit 63ec374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
fi
- name: Run chart-testing (lint)
run: ct lint
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install
run: ct install --config ct.yaml

0 comments on commit 63ec374

Please sign in to comment.