Skip to content

Merge pull request #55 from utiasDSL/feat.rotor_vel_ctrl #461

Merge pull request #55 from utiasDSL/feat.rotor_vel_ctrl

Merge pull request #55 from utiasDSL/feat.rotor_vel_ctrl #461

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: "format --check --diff"