Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
klausmeyer committed Aug 18, 2024
1 parent 36a2dc2 commit 1dc47ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .github/verify-config.yaml

This file was deleted.

10 changes: 2 additions & 8 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Fetch history
run: git fetch --prune --unshallow

Expand All @@ -34,10 +34,4 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}

- name: Run lint
uses: helm/[email protected]
with:
command: lint
config: .github/verify-config.yaml
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --helm-extra-args="--timeout 600" --check-version-increment=false --validate-maintainers=false --debug=true --chart-repos="klausmeyer=https://klausmeyer.github.io/helm-charts,groundhog2k=https://groundhog2k.github.io/helm-charts"

0 comments on commit 1dc47ab

Please sign in to comment.