Skip to content

Commit fa083f2

Browse files
ci(B3-Pilot): zentrale Reusable-CI (coworkerz-ci@69d3bae) additiv - kein Ersatz, kein BP-Touch (#30)
1 parent 7553c68 commit fa083f2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
branches: [main]
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

Comments
 (0)