Skip to content

Commit

Permalink
add ct config for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Jan 15, 2024
1 parent 31826b0 commit 85794d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chart-testing-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami/
- gdscan=https://gdatasoftwareag.github.io/gdscan/
- oci-registry=oci://ghcr.io/gdatasoftwareag
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
with:
version: v3.4.0

- name: Add deps
run: |
helm repo add gdscan https://gdatasoftwareag.github.io/gdscan/
helm repo add bitnami https://charts.bitnami.com/bitnami/
- name: Install python
uses: actions/setup-python@v4
with:
Expand All @@ -46,7 +41,7 @@ jobs:
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --chart-repos oci-registry=oci://ghcr.io/gdatasoftwareag --validate-maintainers=false --charts charts/vaas
run: ct lint --config .github/chart-testing-config.yaml --validate-maintainers=false --charts charts/vaas

- name: Run chart-releaser
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 85794d1

Please sign in to comment.