Skip to content

Phase 2: MIDI control — synth definitions, tools, and deps #5

Phase 2: MIDI control — synth definitions, tools, and deps

Phase 2: MIDI control — synth definitions, tools, and deps #5

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: "3.14"
- run: uv sync
- run: uv run pytest .