Skip to content

Bump readthedocs-sphinx-search from 0.1.2 to 0.3.2 in /doc (#228) #527

Bump readthedocs-sphinx-search from 0.1.2 to 0.3.2 in /doc (#228)

Bump readthedocs-sphinx-search from 0.1.2 to 0.3.2 in /doc (#228) #527

Workflow file for this run

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