chore: update lint workflow to include manual stage hooks
Lint / pre-commit Linting (push) Successful in 42s
Test / Run Tests (push) Successful in 53s

This commit is contained in:
2026-05-16 16:52:17 +02:00
parent d674506e49
commit 1aea1ba3b1
+1 -1
View File
@@ -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