1 parent 7553c68 commit fa083f2Copy full SHA for fa083f2
1 file changed
.github/workflows/ci-reusable-pilot.yml
@@ -0,0 +1,23 @@
1
+# B3-Pilot (2026-06-04): zentrale Reusable-CI aus coworkerz-ci, ADDITIV neben
2
+# der bestehenden ci.yml (kein Ersatz, kein BP-Touch) - verifiziert nur, dass
3
+# der workflow_call-Pfad flottentauglich gruen laeuft. SHA-gepinnt (nie @main).
4
+name: ci-reusable-pilot
5
+
6
+on:
7
+ push:
8
+ branches: [main]
9
+ pull_request:
10
11
12
+permissions:
13
+ contents: read
14
15
+jobs:
16
+ gate:
17
+ uses: marcohost33-maker/coworkerz-ci/.github/workflows/ci-python.yml@69d3bae0bd54792f499b01c1b6e1e8f6b452742b
18
+ with:
19
+ python-version: "3.12"
20
+ install-command: 'pip install -e ".[dev]" pytest-cov'
21
+ ruff-target: "src tests benchmarks"
22
+ mypy-target: "src/liouscope"
23
+ pytest-args: "--cov=liouscope --cov-fail-under=80 -q"
0 commit comments