mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-09 15:45:33 +00:00
ci,contrib: check unused deps via cargo-machete
This commit is contained in:
parent
0bfdad3877
commit
71c5f038fa
2 changed files with 8 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -37,6 +37,9 @@ jobs:
|
|||
- name: Rustdoc
|
||||
run: cargo doc --workspace --no-deps
|
||||
|
||||
- name: Unused dependencies
|
||||
uses: bnjbvr/cargo-machete@v0.7.0
|
||||
|
||||
- name: Typos
|
||||
uses: crate-ci/typos@v1.26.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue