Skip to content

Bump docs from baf1993 to d0c82c4 (#16) #46

Bump docs from baf1993 to d0c82c4 (#16)

Bump docs from baf1993 to d0c82c4 (#16) #46

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: psf/black@stable
with:
options: --check --diff --color -l 120 --exclude docs