[workflow] Always run linting

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2020-12-17 13:36:34 +01:00 committed by GitHub
parent b74f570b93
commit 49de00be1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
- name: Run chart-testing (lint) - name: Run chart-testing (lint)
id: lint id: lint
run: ct lint --config .github/ct.yaml --excluded-charts "" run: ct lint --config .github/ct.yaml --excluded-charts ""
if: steps.list-changed.outputs.common == 'true' || steps.list-changed.outputs.common == 'true' if: steps.list-changed.outputs.changed == 'true' || steps.list-changed.outputs.common == 'true'
- name: Create kind cluster - name: Create kind cluster
uses: helm/kind-action@v1.1.0 uses: helm/kind-action@v1.1.0