Skip to content

feat: add parked P5 shadow cycle controller (#5) #14

feat: add parked P5 shadow cycle controller (#5)

feat: add parked P5 shadow cycle controller (#5) #14

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