Skip to content

world objects, spot check, unit tests, Docker CI build pipeline, modu… #111

world objects, spot check, unit tests, Docker CI build pipeline, modu…

world objects, spot check, unit tests, Docker CI build pipeline, modu… #111

Workflow file for this run

name: Black formatting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
src: "spot_driver/src spot_driver/scripts"