Skip to content

Add spot_wrapper.testing machinery #404

Add spot_wrapper.testing machinery

Add spot_wrapper.testing machinery #404

Workflow file for this run

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