Skip to content

Call Check Docstrings #22

Call Check Docstrings

Call Check Docstrings #22

name: Call Check Docstrings
on:
workflow_dispatch:
jobs:
check-docstrings:
runs-on: ubuntu-latest
name: Check Docstrings
steps:
- id: check_docstrings
uses: catalystneuro/.github/.github/actions/check_docstrings@relax_docstrings
with:
python-version: '3.10'
repository: 'catalystneuro/roiextractors'
branch: 'main'
package-name: 'roiextractors'
names-to-skip: 'skipped_fn'