Skip to content

assigned control joints. needs testing #10

assigned control joints. needs testing

assigned control joints. needs testing #10

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"