Skip to content

Correct some spelling errors in generate_dummy_segmentation_extractor #453

Correct some spelling errors in generate_dummy_segmentation_extractor

Correct some spelling errors in generate_dummy_segmentation_extractor #453

name: Check Docstrings
on:
workflow_dispatch:
pull_request:
jobs:
check-docstrings:
runs-on: ubuntu-latest
steps:
- id: check_docstrings
uses: catalystneuro/.github/.github/actions/check_docstrings@main
with:
python-version: '3.10'
repository: 'catalystneuro/roiextractors'
package-name: 'roiextractors'
branch: ${{ github.ref }}