From fd20bb98fbf5ef8920ede8a2652a935697a3f8e3 Mon Sep 17 00:00:00 2001 From: Lohann Paterno Coutinho Ferreira Date: Wed, 11 Sep 2024 00:38:14 -0300 Subject: [PATCH] update cargo deny on CI --- scripts/check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check.sh b/scripts/check.sh index 63b68cf5..47593531 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -109,6 +109,7 @@ if [[ "${RUN_FIX}" == "1" ]]; then fi if [[ "${CHECK_FORMAT}" == "1" ]]; then + exec_cmd 'update cargo deny' 'cargo install --locked cargo-deny --force' exec_cmd 'shellcheck' 'shellcheck --enable=all --severity=style ./scripts/*.sh' exec_cmd 'cargo fmt' 'cargo +nightly fmt --all -- --check' exec_cmd 'dprint check' 'dprint check'