Skip to content

Add check script

Add check script #17

Workflow file for this run

on: [pull_request, workflow_dispatch]
jobs:
lint:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff -l 89"
src: src/