Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove codespell actions job #50

Merged
merged 2 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |