Skip to content

Explicitly install sphinx and sphinx-apidoc #9

Explicitly install sphinx and sphinx-apidoc

Explicitly install sphinx and sphinx-apidoc #9

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
if:
github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: psf/black@stable
with:
args: ". --check"