Skip to content

enh: update docstring #29

enh: update docstring

enh: update docstring #29

Workflow file for this run

name: Build Documentation
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
- name: Set up Python 3.11
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
with:
python-version: '3.11'
- name: Install hatch
run: |
pipx install hatch
- name: Check docstrings
run: hatch run style:docstrings