Skip to content

feat(shadow): add default parked P5 cycle orchestrator #20

feat(shadow): add default parked P5 cycle orchestrator

feat(shadow): add default parked P5 cycle orchestrator #20

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- run: python -m pip install --upgrade pip
- run: python -m pip install -e ".[dev]"
- run: ruff check .
- run: pytest -q