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.
1 parent 09c52ee commit d5d75f4Copy full SHA for d5d75f4
.github/workflows/.typos.toml
@@ -0,0 +1,6 @@
1
+[default.extend-words]
2
+Missings = "Missings"
3
+devide = "divide"
4
+exluding = "excluding"
5
+
6
.github/workflows/SpellCheck.yml
@@ -0,0 +1,14 @@
+name: Spell Check
+on: [pull_request]
+jobs:
+ 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/typos@master
14
0 commit comments