Skip to content

Commit

Permalink
Merge pull request #256 from catalystneuro/docstring_tests
Browse files Browse the repository at this point in the history
Docstring tests
  • Loading branch information
CodyCBakerPhD authored Oct 26, 2023
2 parents 871552c + 8884c93 commit 4bbda74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 126 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-docstrings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Docstrings
on:
workflow_dispatch:
pull_request:

jobs:
check-docstrings:
uses: catalystneuro/.github/.github/workflows/check_docstrings.yaml@main
with:
python-version: '3.10'
repository: 'catalystneuro/roiextractors'
package-name: 'roiextractors'
126 changes: 0 additions & 126 deletions tests/test_docstrings.py

This file was deleted.

0 comments on commit 4bbda74

Please sign in to comment.