Skip to content

This allows for designating a mcu as a child one #664

This allows for designating a mcu as a child one

This allows for designating a mcu as a child one #664

Workflow file for this run

name: Ruff
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"