We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd490bc commit 22dff97Copy full SHA for 22dff97
2 files changed
.github/workflows/workspace.yml
@@ -35,3 +35,9 @@ jobs:
35
36
- name: Run cargo fmt
37
run: cargo fmt --all -- --check
38
+
39
+ typos:
40
+ runs-on: ubuntu-latest
41
+ steps:
42
+ - uses: actions/checkout@v4
43
+ - uses: crate-ci/typos@v1
.typos.toml
@@ -0,0 +1,9 @@
1
+[files]
2
+extend-exclude = [
3
+ ".git/"
4
+]
5
6
+[default.extend-words]
7
+"GOST" = "GOST"
8
+"DAA" = "DAA"
9
+"EDE" = "EDE"
0 commit comments