Skip to content

homing: allow homing_accel to be configurable #103

homing: allow homing_accel to be configurable

homing: allow homing_accel to be configurable #103

Workflow file for this run

name: Ruff
on:
pull_request:
workflow_dispatch:
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"