Skip to content

Reformat docstrings across Python client #462

Reformat docstrings across Python client

Reformat docstrings across Python client #462

Workflow file for this run

name: Pull Request
on:
pull_request: {}
push:
branches:
- main
workflow_dispatch: {}
jobs:
run-tests:
uses: './.github/workflows/testing.yaml'
build-docs:
name: Build docs with pdoc
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build docs with pdoc
uses: './.github/actions/build-docs'