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