ci: Upgrade typos action
This commit is contained in:
parent
a64dff7ea3
commit
13da587d1c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Check spelling
|
- name: Check spelling
|
||||||
uses: crate-ci/typos@v1.16.17
|
uses: crate-ci/typos@v1.20.3
|
||||||
|
|
||||||
- name: Install cargo-sort
|
- name: Install cargo-sort
|
||||||
uses: taiki-e/cache-cargo-install-action@v1
|
uses: taiki-e/cache-cargo-install-action@v1
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[default.extend-words]
|
[default.extend-words]
|
||||||
# Remove this once base64 gets correctly ignored by typos
|
# Remove this once base64 gets correctly ignored by typos
|
||||||
# Or if we're able to ignore certain lines.
|
# Or if we're able to ignore certain lines.
|
||||||
|
Hd = "Hd"
|
||||||
NAX = "NAX"
|
NAX = "NAX"
|
||||||
Nd = "Nd"
|
Nd = "Nd"
|
||||||
|
Pn = "Pn"
|
||||||
Wya = "Wya"
|
Wya = "Wya"
|
||||||
# thead html tag is not a typo, upstream PR pending
|
|
||||||
thead = "thead"
|
|
||||||
|
|
||||||
# all of these are valid words, but should never appear in this repo
|
# all of these are valid words, but should never appear in this repo
|
||||||
sing = "sign"
|
sing = "sign"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user