Skip to content

docs: introduce sphinx build, readthedocs, and docs workflow #351

docs: introduce sphinx build, readthedocs, and docs workflow

docs: introduce sphinx build, readthedocs, and docs workflow #351

Workflow file for this run

name: Formatter
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable