Skip to content

Ability to set a robot_description that is not within the drake_models package #138

Ability to set a robot_description that is not within the drake_models package

Ability to set a robot_description that is not within the drake_models package #138

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:
- main
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]