Skip to content

Commit

Permalink
Update Check Docstrings workflow to use new github action (#354)
Browse files Browse the repository at this point in the history
* added private and skippable fns to check

* updated check docstrings call

* update syntax to work with actions

* updated changelog

* ref_name --> ref
  • Loading branch information
pauladkisson authored Aug 28, 2024
1 parent da6d791 commit 58a398f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/check-docstrings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on:

jobs:
check-docstrings:
uses: catalystneuro/.github/.github/workflows/check_docstrings.yaml@main
with:
python-version: '3.10'
repository: 'catalystneuro/roiextractors'
package-name: 'roiextractors'
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 }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* Optimize parsing of xml with `lxml` library for Burker extractors: [#346](https://github.com/catalystneuro/roiextractors/pull/346)
* Protect sima and dill export [#351](https://github.com/catalystneuro/roiextractors/pull/351)
* Improve error message when `TiffImagingExtractor` is not able to form memmap [#353](https://github.com/catalystneuro/roiextractors/pull/353)
* Updated Check Docstrings workflow to use new github action: [#354](https://github.com/catalystneuro/roiextractors/pull/354)

### Testing

Expand Down

0 comments on commit 58a398f

Please sign in to comment.