Skip to content

Merge pull request #26 from TchilDill/extras-doc-unit-testing-and-more #126

Merge pull request #26 from TchilDill/extras-doc-unit-testing-and-more

Merge pull request #26 from TchilDill/extras-doc-unit-testing-and-more #126

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"