From 51a7001bf27fdd2ebf89469b1ddc41c9721307a9 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Tue, 9 Dec 2025 13:19:46 +0000 Subject: [PATCH] Rename .github folder to .gitea. Use pre-commit directly instead of action --- {.github => .gitea}/CODEOWNERS | 0 {.github => .gitea}/workflows/lint-and-security.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {.github => .gitea}/CODEOWNERS (100%) rename {.github => .gitea}/workflows/lint-and-security.yml (90%) diff --git a/.github/CODEOWNERS b/.gitea/CODEOWNERS similarity index 100% rename from .github/CODEOWNERS rename to .gitea/CODEOWNERS diff --git a/.github/workflows/lint-and-security.yml b/.gitea/workflows/lint-and-security.yml similarity index 90% rename from .github/workflows/lint-and-security.yml rename to .gitea/workflows/lint-and-security.yml index 6ada047..b74bef1 100644 --- a/.github/workflows/lint-and-security.yml +++ b/.gitea/workflows/lint-and-security.yml @@ -20,7 +20,7 @@ jobs: run: pip install pre-commit - name: Run pre-commit hooks - uses: pre-commit/action@v3.0.1 + run: pre-commit run --all-files --color always - name: Install pip-audit run: pip install pip-audit -- 2.49.1