fix(actions): Fix linting workflow

This commit is contained in:
plcnk
2024-08-16 12:19:54 +02:00
parent d9f460f93a
commit 4aa55b6b26
2 changed files with 4 additions and 5 deletions

View File

@ -1,2 +1,3 @@
debug: true
all: true
validate-maintainers: false

View File

@ -24,7 +24,9 @@ jobs:
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint-config.yaml
run: |
helm repo add bjw-s https://bjw-s.github.io/helm-charts
ct lint --config .github/ct-lint-config.yaml
test:
runs-on: ubuntu-latest
@ -46,10 +48,6 @@ jobs:
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Run chart-testing (lint)
run: |
helm repo add bjw-s https://bjw-s.github.io/helm-charts
ct lint --chart-dirs charts --all
- name: Create kind cluster
uses: helm/kind-action@v1.10.0