Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

codespell: config, workflow (to alert when new are introduced) and some typos fixed #52

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[codespell]
skip = .git,*.pdf,*.svg
#
# ignore-words-list =
22 changes: 22 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Codespell

on:
push:
branches: [main]
pull_request:
branches: [main]

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

The **open** **M**etadata **I**nitiative for **N**euroscience **D**ata **S**tructures, short **openMINDS**, is a metadata framework that develops and maintains a set of metadata models as well as libraries of controlled terminologies, brain atlases, and common coordinate spaces for neuroscience graph databases.

Note that this GitHub only hosts a summary of the openMINDS documentation. For a full documenation please navigate to the [**openMINDS Collab**](https://wiki.ebrains.eu/bin/view/Collabs/openminds/). For browsing through schemas and lists of all controlled terminologies, brain atlases, and common coordinate spaces please navigate to the [**openMINDS HTML docu**](https://humanbrainproject.github.io/openMINDS/).
Note that this GitHub only hosts a summary of the openMINDS documentation. For a full documentation please navigate to the [**openMINDS Collab**](https://wiki.ebrains.eu/bin/view/Collabs/openminds/). For browsing through schemas and lists of all controlled terminologies, brain atlases, and common coordinate spaces please navigate to the [**openMINDS HTML docu**](https://humanbrainproject.github.io/openMINDS/).

**You need help?** Just get in touch via GitHub issue trackers, or our support email: **`[email protected]`**

Expand Down Expand Up @@ -72,7 +72,7 @@ You can either download one of the release packages, or use `git clone` to be ab

git clone https://github.com/HumanBrainProject/openMINDS.git

Once, you cloned the repository, you can list the availabel version branches:
Once, you cloned the repository, you can list the available version branches:

git branch -a

Expand Down
4 changes: 2 additions & 2 deletions vocab/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
]
},
"https://openminds.ebrains.eu/vocab/acknowledgement": {
"description": "Offical declaration or avowal of appreciation of an act or achievement.",
"description": "Official declaration or avowal of appreciation of an act or achievement.",
"label": "Acknowledgement",
"labelForReverseLink": "Is acknowledgement of",
"name": "acknowledgement",
Expand Down Expand Up @@ -5071,7 +5071,7 @@
]
},
"https://openminds.ebrains.eu/vocab/relevantFor": {
"description": "Reference to what or whom something or someone bears siginificance.",
"description": "Reference to what or whom something or someone bears significance.",
"label": "Relevant for",
"labelForReverseLink": "Is relevant for of",
"linkedTypes": [
Expand Down
2 changes: 1 addition & 1 deletion vocab/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"translatableTo": null
},
"https://openminds.ebrains.eu/controlledTerms/BehavioralTask": {
"description": "Structured information on the behavioral task that had to be peformed by a subject.",
"description": "Structured information on the behavioral task that had to be performed by a subject.",
"label": "Behavioral task",
"schemas": [
"controlledTerms/v0/behavioralTask",
Expand Down