From 305ee6fa8b61daba3b12ff33bb5f99c97e284598 Mon Sep 17 00:00:00 2001 From: Simone Date: Wed, 13 May 2026 16:52:17 +0200 Subject: [PATCH] ci: move lint.yml to .gitea/workflows so Gitea Actions discovers it Gitea Actions only scans .gitea/workflows/ and .github/workflows/. The file under gitea/workflows/ (no leading dot) was never picked up. Other files in gitea/workflows/ remain as templates copied into consumer repos. --- {gitea => .gitea}/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {gitea => .gitea}/workflows/lint.yml (97%) diff --git a/gitea/workflows/lint.yml b/.gitea/workflows/lint.yml similarity index 97% rename from gitea/workflows/lint.yml rename to .gitea/workflows/lint.yml index ff95bbc..0f7c282 100644 --- a/gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -14,14 +14,14 @@ on: - '**.psm1' - '**.py' - 'pyproject.toml' - - 'gitea/workflows/lint.yml' + - '.gitea/workflows/lint.yml' pull_request: paths: - '**.ps1' - '**.psm1' - '**.py' - 'pyproject.toml' - - 'gitea/workflows/lint.yml' + - '.gitea/workflows/lint.yml' jobs: pssa: