Skip to content

Build and lint updates #34

Build and lint updates

Build and lint updates #34

Workflow file for this run

name: Black lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./src"