Skip to content

Commit

Permalink
update cargo deny on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohann committed Sep 11, 2024
1 parent 8654363 commit fd20bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fd20bb9

Please sign in to comment.