Skip to content

Commit

Permalink
only lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Feb 15, 2024
1 parent f9d61ab commit f5508e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ jobs:

- name: Set up chart-testing
uses: helm/chart-testing-action@v2

- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed)
if [[ -n "$changed" ]]; then
echo "{changed}={true}" >> $GITHUB_OUTPUT
fi

- name: Run chart-testing (lint)
run: ct lint

- name: Create Kind cluster
uses: helm/kind-action@v1
if: ${{ needs.list-changed.outputs.changed }} == 'true'

- name: Run chart-testing (install)
run: ct install
2 changes: 0 additions & 2 deletions examples/ci/values.yml

This file was deleted.

0 comments on commit f5508e9

Please sign in to comment.