Skip to content

Commit 7a0fc61

Browse files
CI: add typos action (#1264)
Automatically check repo for typos, which should hopefully cut down on typo correction PRs: https://github.com/crate-ci/typos
1 parent c459fdd commit 7a0fc61

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/workspace.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ jobs:
4848
with:
4949
command: fmt
5050
args: --all -- --check
51+
52+
typos:
53+
runs-on: ubuntu-latest
54+
steps:
55+
- uses: actions/checkout@v4
56+
- uses: crate-ci/[email protected]

.typos.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[files]
2+
extend-exclude = [
3+
".git/",
4+
"bip32/tests/bip32_vectors.rs",
5+
]

0 commit comments

Comments
 (0)