Skip to content

Add bio_ik and TRAC-IK kinematics configs (#187) #301

Add bio_ik and TRAC-IK kinematics configs (#187)

Add bio_ik and TRAC-IK kinematics configs (#187) #301

Workflow file for this run

# This is a format job. Pre-commit has a first-party GitHub action, so we use
# that: https://github.com/pre-commit/action
name: Formatting (pre-commit)
on:
workflow_dispatch:
pull_request:
push:
branches:
- ros2
jobs:
pre-commit:
name: Format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0