-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: spellingscontrole #59
Open
nicorikken
wants to merge
7
commits into
main
Choose a base branch
from
feature/spellcheck
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
8ebc4a6
feat: spellingscontrole
nicorikken fd989ae
feat: spellcheck Actions workflow
nicorikken b3c8be1
docs: fix typo
nicorikken 1564068
chore: spellingscontrole woorden
nicorikken 2d00cdf
local yarn usage
marcvanandel 12f6fed
separate custom dict for ospo
marcvanandel f0c000e
Merge pull request #61 from ospo-nl/feature/spellcheck-yarn
marcvanandel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: 'Check spelling' | ||
on: # rebuild any PRs and main branch changes | ||
pull_request: | ||
push: | ||
|
||
jobs: | ||
spellcheck: # run the action | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install dictionaries | ||
run: npm install @cspell/dict-nl-nl | ||
- uses: streetsidesoftware/cspell-action@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json | ||
version: "0.2" | ||
language: en | ||
import: | ||
- "@cspell/dict-nl-nl/cspell-ext.json" | ||
dictionaryDefinitions: | ||
- name: ospo-nl-dict | ||
path: "./ospo-nl-dict.txt" | ||
addWords: true | ||
dictionaries: | ||
- ospo-nl-dict | ||
- "nl-nl" | ||
ignorePaths: | ||
- "node_modules" | ||
# Ignore GIMP files | ||
- "**/*.xcf" | ||
# Ignore License files that should not be touched | ||
- "LICENSE" | ||
- "LICENSES/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# custom words dictionary for cspell | ||
OSPO | ||
mkdocs | ||
sourcen | ||
maintainen | ||
signoff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "ospo-nl-kennisbank", | ||
"version": "0.1.0", | ||
"description": "Open Source Program Office NL kennisbank initiative", | ||
"repository": "[email protected]:ospo-nl/kennisbank.git", | ||
"author": "Marc van Andel <[email protected]>", | ||
"license": "CC-BY-4.0", | ||
"scripts": { | ||
"cspell": "npx cspell '**/*.md'" | ||
}, | ||
"devDependencies": { | ||
"@cspell/dict-nl-nl": "^2.2.8", | ||
"cspell": "^6.31.1" | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm... Ik heb nu
yarn
gebruikt ... 🤔There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sowieso zou dit
npm ci
moeten zijn ipvnpm install
... maar nog beteryarn
gebruiken met een lock file ... Mee eens, @nicorikken ?See https://github.com/marketplace/actions/npm-or-yarn-install-with-caching