Skip to content

Commit d2c2dfe

Browse files
[ci-skip] Merge pull request #295 from SciML/add-typos-spellcheck-config
Add spell checking configuration
2 parents 56f385e + 00f3ad3 commit d2c2dfe

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Spell Check
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
typos-check:
7+
name: Spell Check with Typos
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout Actions Repository
11+
uses: actions/checkout@v4
12+
- name: Check spelling
13+
uses: crate-ci/[email protected]

.typos.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
[default.extend-words]
2-
ressize = "ressize"
2+
ressize = "ressize"
3+
# Additional SciML terms
4+
setp = "setp"
5+
getp = "getp"
6+
indexin = "indexin"
7+
ists = "ists"
8+
ispcs = "ispcs"
9+
eqs = "eqs"
10+
rhs = "rhs"
11+
MTK = "MTK"

0 commit comments

Comments
 (0)