Skip to content

Tidying up controllers selection logic #109

Tidying up controllers selection logic

Tidying up controllers selection logic #109

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: ^3.11
id: python
- name: Install Python packages
run: pip install toml yapf
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: make build-all