Skip to content

Commit

Permalink
include changes from Azure#1502
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Caswell committed Dec 6, 2023
1 parent 8f708d1 commit c924fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/code_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustup component add rustfmt --toolchain ${BUILD}
cargo +${BUILD} install cargo-readme
cargo +${BUILD} fmt --all -- --check
cargo +${BUILD} clippy --all
cargo +${BUILD} doc --all --no-deps --all-features
cargo +${BUILD} doc --all --no-deps
./eng/scripts/check_json_format.sh
./eng/scripts/cargo_readme.sh
if git status sdk | grep -q '.md$'; then
Expand Down

0 comments on commit c924fc5

Please sign in to comment.