Skip to content

Commit

Permalink
ensure ct v3.10.1 is used
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Feb 19, 2024
1 parent b29de0f commit 26760e3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ jobs:

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
with:
version: 3.10.1

# - name: Run chart-testing (list-changed)
# id: list-changed
# run: |
# changed=$(ct list-changed --charts . --target-branch ${{ github.event.repository.default_branch }})
# if [[ -n "$changed" ]]; then
# echo "changed=true" >> "$GITHUB_OUTPUT"
# fi
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --charts . --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Run chart-testing (lint)
run: ct lint --charts . --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers=false
Expand Down

0 comments on commit 26760e3

Please sign in to comment.