From b6107e434e90554b72e5c9967139321c1ef40ae7 Mon Sep 17 00:00:00 2001 From: Jordan Hoeft Date: Wed, 14 Feb 2024 12:45:56 -0600 Subject: [PATCH] add repo --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0925b04..21a7690 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,9 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@v2.6.0 + - name: Add repo + run: helm repo add builder-vault https://blockdaemon.github.io/builder-vault-helm/ && helm repo update + - name: Run lint run: ct lint --config .github/ct.yaml