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 c03373a commit 8e51cb3Copy full SHA for 8e51cb3
.github/typos.toml
@@ -0,0 +1,2 @@
1
+[default.extend-words]
2
+Symplify = "Symplify"
.github/workflows/typos.yaml
@@ -0,0 +1,24 @@
+# see https://github.com/crate-ci/typos
+name: "Typos"
3
+
4
+on:
5
+ pull_request:
6
+ push:
7
+ branches:
8
+ - "main"
9
10
+jobs:
11
+ typos:
12
+ name: "Check for typos"
13
+ runs-on: "ubuntu-latest"
14
15
+ steps:
16
+ - uses: actions/checkout@v4
17
18
19
20
+ - name: "Check for typos"
21
+ uses: "crate-ci/[email protected]"
22
+ with:
23
+ config: .github/typos.toml
24
+ files: "README.md src config rules tests rules-tests"
0 commit comments