We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56f385e + 00f3ad3 commit d2c2dfeCopy full SHA for d2c2dfe
.github/workflows/SpellCheck.yml
@@ -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
@@ -1,2 +1,11 @@
[default.extend-words]
-ressize = "ressize"
+ressize = "ressize"
+# Additional SciML terms
+setp = "setp"
+getp = "getp"
+indexin = "indexin"
+ists = "ists"
+ispcs = "ispcs"
+eqs = "eqs"
+rhs = "rhs"
+MTK = "MTK"
0 commit comments