Skip to content

DO NOT MERGE: Trying pure pursuit only. #372

DO NOT MERGE: Trying pure pursuit only.

DO NOT MERGE: Trying pure pursuit only. #372

Workflow file for this run

name: Check code format
on:
pull_request:
branches:
- "main"
push:
branches:
- main
jobs:
format:
name: Check code format
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
# Execute the python formatter
- name: Run the python formatter
uses: addnab/docker-run-action@v3
with:
image: pyfound/black
options: -v ${{ github.workspace}}:/apps
run: black --check ./apps/