1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-08 08:36:15 +02:00

add cargo fmt to make lint (#1719)

Signed-off-by: lengrongfu <1275177125@qq.com>
This commit is contained in:
rongfu.leng 2023-03-24 01:32:14 +08:00 committed by GitHub
parent 1f2eeadeda
commit 55d8368e8e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ test-all: unittest featuretest oci-tests containerd-test # currently not doing r
# Misc
lint:
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
clean: