From 290424f6b974be5dc157a8aa3b56bb872f6f8e64 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Tue, 7 Apr 2026 09:05:40 +0200 Subject: [PATCH] chore: correct yaml and enforce gitea methods --- .gitea/workflows/test-pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 3f6c1d8..e7a40b3 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -35,7 +35,8 @@ jobs: run: helm template --debug gitea-actions . - name: prepare unit test environment run: | - helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest --verify=false + helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} --verify=false \ + https://github.com/helm-unittest/helm-unittest.git # https://github.com/helm-unittest/helm-unittest?tab=readme-ov-file#install git submodule update --init --recursive - name: unit tests env: @@ -47,5 +48,5 @@ jobs: make readme git diff --exit-code --name-only README.md - name: yaml lint - #uses: ibiqlik/action-yamllint@v3 # Github / Act + # uses: ibiqlik/action-yamllint@v3 # Github / Act uses: https://github.com/ibiqlik/action-yamllint@v3 # Gitea