Skip to content

hotfix doc

hotfix doc #127

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options:
"--check --verbose"
src: "./src"
jupyter: true
version: "~= 22.0"