CI: Add cargo-install action to cache cargo-machete (#355)
This commit is contained in:
parent
d85091847a
commit
5465bbe28e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -52,7 +52,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
shared-key: common
|
shared-key: common
|
||||||
- name: Install cargo-machete
|
- name: Install cargo-machete
|
||||||
run: cargo install --locked cargo-machete
|
uses: baptiste0928/cargo-install@v2
|
||||||
|
with:
|
||||||
|
crate: cargo-machete
|
||||||
- name: Cargo fmt
|
- name: Cargo fmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: Cargo doc
|
- name: Cargo doc
|
||||||
|
|
523
Cargo.lock
generated
523
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue