-
Notifications
You must be signed in to change notification settings - Fork 108
Add spellchecking action #865
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
Merged
Changes from 6 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
0b05c8e
Add spellchecking action
KnutAM df64049
Try excluding wrongly flagged abbreviations
KnutAM fae27e3
Further exceptions
KnutAM 63a25e9
Not allowed to use point
KnutAM 908647a
Merge branch 'master' into kam/typos
KnutAM f1eb7ec
Merge branch 'master' into kam/typos
KnutAM d60759b
Update .github/workflows/SpellCheck.yml
KnutAM 6e375b7
Update .github/workflows/SpellCheck.yml
KnutAM 753940e
Merge branch 'master' into kam/typos
KnutAM 167a8e8
Fix some typos
KnutAM 3962208
Merge branch 'kam/typos' of github.com:Ferrite-FEM/Ferrite.jl into ka…
KnutAM e3bf676
Try fixing typos
KnutAM 67031fd
Fix config keyword
KnutAM 16771fc
Fix custom typos
KnutAM c69da4e
Fix typos
KnutAM baab2c0
Add section about typos in the contributor guide
KnutAM 2a9e0ed
Move overrides to qrtables
KnutAM 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 hidden or 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: Spell Check | ||
|
|
||
| on: [pull_request] | ||
|
|
||
| jobs: | ||
| typos-check: | ||
| name: Spell Check with Typos | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout Actions Repository | ||
| uses: actions/checkout@v3 | ||
| - name: Check spelling | ||
| uses: crate-ci/typos@v1.16.3 | ||
|
termi-official marked this conversation as resolved.
Outdated
|
||
This file contains hidden or 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,9 @@ | ||
| [files] | ||
| extend-exclude = ["*.svg", "*.toml"] | ||
|
|
||
| [default.extend-words] | ||
| ue = "ue" | ||
| ba = "ba" | ||
|
termi-official marked this conversation as resolved.
|
||
| nd = "nd" | ||
| Numer = "Numer" | ||
|
termi-official marked this conversation as resolved.
Outdated
|
||
| Secrest = "Secrest" | ||
|
termi-official marked this conversation as resolved.
Outdated
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.