Add rustfmt check to workflow.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-01 11:45:31 +00:00
parent 268af403d6
commit 3dde48f503
6 changed files with 61 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ RUN \
rustup component add \
--toolchain ${rust_toolchain} \
--target ${CARGO_TARGET} \
clippy
clippy rustfmt
EOF