Skip to content

Commit 8af4620

Browse files
committed
ci: fix typo
1 parent f508897 commit 8af4620

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ jobs:
2929
toolchain: stable
3030
components: rustfmt
3131

32+
- name: Spell Check
33+
env:
34+
RUSTDOCFLAGS: "-Dwarnings"
35+
uses: crate-ci/typos@master
36+
3237
- uses: davidB/rust-cargo-make@v1
3338
- uses: taiki-e/install-action@nextest
3439

3540
- name: Run cargo make check
3641
run: |
3742
cargo make check
3843
39-
- name: Spell Check
40-
env:
41-
RUSTDOCFLAGS: "-Dwarnings"
42-
uses: crate-ci/typos@master
43-
4444
- name: Audit
4545
uses: actions-rust-lang/audit@v1
4646
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ inherits = "release"
4343
lto = "thin"
4444

4545
[package.metadata.typos]
46-
default.extend-words = { "4ded" = "4ded" }
46+
default.extend-ignore-re = ["4ded5ca"]

0 commit comments

Comments
 (0)