Skip to content

Commit

Permalink
CI: add typos action (#1264)
Browse files Browse the repository at this point in the history
Automatically check repo for typos, which should hopefully cut down on
typo correction PRs:

https://github.com/crate-ci/typos
  • Loading branch information
tony-iqlusion authored Jan 28, 2025
1 parent c459fdd commit 7a0fc61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ jobs:
with:
command: fmt
args: --all -- --check

typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/[email protected]
5 changes: 5 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[files]
extend-exclude = [
".git/",
"bip32/tests/bip32_vectors.rs",
]

0 comments on commit 7a0fc61

Please sign in to comment.