Skip to content

Merge pull request #312 from canyon289/update_docs #12

Merge pull request #312 from canyon289/update_docs

Merge pull request #312 from canyon289/update_docs #12

Workflow file for this run

name: Docstrings
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Workflow:
runs-on: ubuntu-latest
steps:
- name: Clone the reference repository
uses: actions/checkout@v3.5.2
- name: Set up Python 3.10.6
uses: actions/setup-python@v4
with:
python-version: '3.10.6'
- name: Install dependencies
run: |
pip install -e '.[dev]'
- name: Run docstring checks
run: interrogate -vv dynamax --fail-under 66