From 17be0ae6289dc9b2bada3a08f0f8ee7a42bd8781 Mon Sep 17 00:00:00 2001 From: Arlind Date: Sun, 23 Nov 2025 14:56:59 +0100 Subject: [PATCH] Update CI from skins-template --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0daf2ec..b34d1fb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -112,3 +112,6 @@ jobs: uses: ${{ env.REGISTRY_URL}}/osc/reusable-actions/.gitea/actions/git-commit-push@main with: new_tag: ${{ steps.tag.outputs.new_tag }} + + - name: Test links + uses: ${{ env.REGISTRY_URL}}/osc/reusable-actions/.gitea/actions/test-links@main