chore: correct yaml and enforce gitea methods

This commit is contained in:
DaanSelen
2026-04-07 09:05:40 +02:00
parent 0f2d8693d9
commit 290424f6b9
+3 -2
View File
@@ -35,7 +35,8 @@ jobs:
run: helm template --debug gitea-actions . run: helm template --debug gitea-actions .
- name: prepare unit test environment - name: prepare unit test environment
run: | 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 git submodule update --init --recursive
- name: unit tests - name: unit tests
env: env:
@@ -47,5 +48,5 @@ jobs:
make readme make readme
git diff --exit-code --name-only README.md git diff --exit-code --name-only README.md
- name: yaml lint - 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 uses: https://github.com/ibiqlik/action-yamllint@v3 # Gitea