Add cargo audit, lychee to workflow.

Rename / tweak some workflow jobs.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-02 00:46:59 +00:00
parent 77426c0d7a
commit 98d16a2f6c
16 changed files with 164 additions and 259 deletions

View File

@@ -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