Skip to content

FIX: Doc not building #144

FIX: Doc not building

FIX: Doc not building #144

Workflow file for this run

name: Formating with black
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "23.1.0"