Skip to content

Merge pull request #353 from partev/patch-1 #8

Merge pull request #353 from partev/patch-1

Merge pull request #353 from partev/patch-1 #8

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