File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ inherits = "release"
4343lto = " thin"
4444
4545[package .metadata .typos ]
46- default.extend-words = { "4ded" = " 4ded " }
46+ default.extend-ignore-re = [ " 4ded5ca " ]
You can’t perform that action at this time.
0 commit comments