Skip to content

Bump scipy from 1.3.0 to 1.10.0 in /000009/DataJoint/DJ-NWB-Guo-Inagaki-2017 #28

Bump scipy from 1.3.0 to 1.10.0 in /000009/DataJoint/DJ-NWB-Guo-Inagaki-2017

Bump scipy from 1.3.0 to 1.10.0 in /000009/DataJoint/DJ-NWB-Guo-Inagaki-2017 #28

Workflow file for this run

---
name: Codespell
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v2