Skip to content

Commit 22dff97

Browse files
authored
ci: add typos job (#193)
1 parent cd490bc commit 22dff97

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/workspace.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ jobs:
3535

3636
- name: Run cargo fmt
3737
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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)