Skip to content

Commit

Permalink
Remove codespell actions job (#50)
Browse files Browse the repository at this point in the history
* Remove codespell actions job

* Update modelDB link
  • Loading branch information
adamltyson authored Feb 20, 2024
1 parent 538f762 commit 21ee726
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/docs_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ on:
workflow_dispatch:

jobs:
codespell:
name: Check for spelling errors
permissions:
contents: read
linting:
# scheduled workflows should not run on forks
if: (${{ github.event_name == 'schedule' }} && ${{ github.repository_owner == 'neuroinformatics-unit' }} && ${{ github.ref == 'refs/heads/main' }}) || (${{ github.event_name != 'schedule' }})
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
uses: codespell-project/actions-codespell@v2
- uses: neuroinformatics-unit/actions/lint@v2

build_sphinx_docs:
name: Build Sphinx Docs
needs: codespell
needs: linting
runs-on: ubuntu-latest
steps:
- uses: neuroinformatics-unit/actions/build_sphinx_docs@v2
Expand Down
4 changes: 2 additions & 2 deletions docs/source/open_science/Data-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you have any technical questions about sharing data or code, please contact a
(repo-table)=
## Reference of potential repositories for neuroscience data
| Repository | URL | Domain |
| ---------------------------------- | --------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| ---------------------------------- |-----------------------------------------------------| ----------------------------------------------------------------------------------------------------- |
| Globus | | Anything |
| figshare | https://rdr.ucl.ac.uk/The_Sainsbury_Wellcome_Centre | Anything |
| Zenodo | https://zenodo.org/ | Anything |
Expand All @@ -74,4 +74,4 @@ If you have any technical questions about sharing data or code, please contact a
| BrainGlobe | https://gin.g-node.org/BrainGlobe/atlases | Brain Atlases |
| NeuroMorpho | https://neuromorpho.org/ | Neuronal morphologies |
| Cell Image Library | http://ccdb.ucsd.edu/home | Cell images |
| ModelDB | https://senselab.med.yale.edu/ModelDB/ | Computational neuroscience models |
| ModelDB | https://modeldb.science/ | Computational neuroscience models |

0 comments on commit 21ee726

Please sign in to comment.