We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f508897 commit 8af4620Copy full SHA for 8af4620
.github/workflows/ci.yml
@@ -29,18 +29,18 @@ jobs:
29
toolchain: stable
30
components: rustfmt
31
32
+ - name: Spell Check
33
+ env:
34
+ RUSTDOCFLAGS: "-Dwarnings"
35
+ uses: crate-ci/typos@master
36
+
37
- uses: davidB/rust-cargo-make@v1
38
- uses: taiki-e/install-action@nextest
39
40
- name: Run cargo make check
41
run: |
42
cargo make check
43
- - name: Spell Check
- env:
- RUSTDOCFLAGS: "-Dwarnings"
- uses: crate-ci/typos@master
-
44
- name: Audit
45
uses: actions-rust-lang/audit@v1
46
with:
Cargo.toml
@@ -43,4 +43,4 @@ inherits = "release"
lto = "thin"
[package.metadata.typos]
-default.extend-words = { "4ded" = "4ded" }
+default.extend-ignore-re = ["4ded5ca"]
0 commit comments