From 0b93c8c124b73833c7d4822bd44da67f445d22bd Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sat, 25 Jul 2026 19:51:00 +0200 Subject: [PATCH] fix(ci): lint workflow sources only --- .gitea/workflows/ci-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-release.yaml b/.gitea/workflows/ci-release.yaml index e7a59b5..6fd9271 100644 --- a/.gitea/workflows/ci-release.yaml +++ b/.gitea/workflows/ci-release.yaml @@ -53,7 +53,7 @@ jobs: -v "$PWD:/work" \ -w /work \ cytopia/yamllint:latest \ - -c .yamllint . + -c .yamllint .gitea publish-linux-amd64: if: startsWith(github.ref, 'refs/tags/v')