Skip to content

Commit 60885a2

Browse files
authored
Upgraded typos check version. (#9381)
1 parent efe2fba commit 60885a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
runs-on: ubuntu-latest
192192
steps:
193193
- uses: actions/checkout@v6
194-
- uses: crate-ci/typos@v1.39.0
194+
- uses: crate-ci/typos@v1.41.0
195195

196196
docs:
197197
runs-on: ubuntu-latest

_typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[default.extend-words]
22
# Don't correct the shorthand for ByteArray.
33
ba = "ba"
4+
bimap = "bimap"
45
compilability = "compilability"

0 commit comments

Comments
 (0)