Skip to content

feat(stepper_motor): initial drv8434 driver #271

feat(stepper_motor): initial drv8434 driver

feat(stepper_motor): initial drv8434 driver #271

Workflow file for this run

name: Format
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --config utils/format/pre-commit-config.yaml