Skip to content

Commit

Permalink
upgrade linting utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikykun committed Nov 16, 2023
1 parent b0e9a78 commit 21aaff9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint-anf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: '3.10'
check-latest: true

- name: Setup Chart Linting
id: lint
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: List changed charts
id: list-changed
Expand All @@ -34,6 +35,7 @@ jobs:
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "::set-output name=changed_charts::$charts"
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Run chart-testing (lint)
run: ct lint --debug --config ./.github/configs/ct-lint.yaml --lint-conf ./.github/configs/lintconf.yaml
Expand Down

0 comments on commit 21aaff9

Please sign in to comment.