We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cd304 commit 48f419dCopy full SHA for 48f419d
.github/workflows/lint-test.yml
@@ -32,7 +32,7 @@ jobs:
32
fi
33
34
- name: Run chart-testing (lint)
35
- run: ct lint --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers=false
+ run: ct lint --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers=false --check-version-increment=false
36
37
- name: Create kind cluster
38
uses: helm/[email protected]
0 commit comments