Skip to content

Merge pull request #2106 from leggedrobotics/fix/nested-download-cli #11

Merge pull request #2106 from leggedrobotics/fix/nested-download-cli

Merge pull request #2106 from leggedrobotics/fix/nested-download-cli #11

Workflow file for this run

name: Lint
on:
push:
branches:
- dev
paths:
- 'cli/**'
jobs:
python-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install and run Black
run: |
sudo apt update
sudo apt install -y python3-pip
python3 -m pip install black --break-system-packages
black --check .