Skip to content

Feature/generic robot class urdf merge #9

Feature/generic robot class urdf merge

Feature/generic robot class urdf merge #9

Workflow file for this run

name: Lint
on: [push, pull_request, pull_request_review]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --line-length=120"