Add cargo audit, lychee to workflow.
Rename / tweak some workflow jobs. Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -39,7 +39,9 @@ RUN \
|
||||
rustup component add \
|
||||
--toolchain ${rust_toolchain} \
|
||||
--target ${CARGO_TARGET} \
|
||||
clippy rustfmt
|
||||
clippy \
|
||||
rustfmt \
|
||||
;
|
||||
EOF
|
||||
|
||||
|
||||
@@ -59,5 +61,9 @@ RUN \
|
||||
cargo install \
|
||||
--locked \
|
||||
--target ${CARGO_TARGET} \
|
||||
cargo-chef
|
||||
cargo-chef \
|
||||
cargo-audit \
|
||||
cargo-deb \
|
||||
lychee \
|
||||
;
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user