We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65ae467 + 1cb2f5b commit c036aceCopy full SHA for c036ace
.github/workflows/main.yml
@@ -55,3 +55,10 @@ jobs:
55
with:
56
name: linkcheck
57
path: linkcheck/
58
+
59
+ spelling:
60
+ runs-on: ubuntu-latest
61
+ steps:
62
+ - uses: actions/checkout@v6.0.2
63
+ - name: Check Spelling
64
+ uses: crate-ci/typos@v1.44.0
.typos.toml
@@ -0,0 +1,7 @@
1
+# do not check data files, assumed special / unique
2
+# do not check spell checker file
3
+[files]
4
+extend-exclude = [
5
+ "data/*",
6
+ "spell.en.pws",
7
+]
0 commit comments