From 1aea1ba3b1ef672595990d68c409e9b7e11a9402 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 16 May 2026 16:52:17 +0200 Subject: [PATCH] chore: update lint workflow to include manual stage hooks --- .gitea/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 49a1e36..cfb67d9 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -14,5 +14,5 @@ jobs: - run: pip install pre-commit shell: bash - name: Pre Commit - run: SKIP=no-commit-to-branch pre-commit run -a + run: SKIP=no-commit-to-branch pre-commit run -a --hook-stage pre-commit --hook-stage manual shell: bash