Skip to content

Commit

Permalink
ci(rust): remove nested md code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Aug 29, 2023
1 parent 3701c31 commit 4299f21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/citools/includes/wrapper-library
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ md_code_tag() {
} # md_code_tag()

run_command() {
md_code_tag text
# md_code_tag text
echo Running: "${@}"
printf "\n"
# shellcheck disable=SC2154
time "${@}" || ((retval--))
printf "\n"
md_code_tag
# md_code_tag
} # run_command()

print_ruler() {
Expand All @@ -35,8 +35,8 @@ get_rust_package_name() {
} # get_rust_package_name()

show_tool_versions_rust() {
md_code_tag text
# md_code_tag text
printf "Running "
rustc --version
md_code_tag
# md_code_tag
} # show_tool_versions_rust()

0 comments on commit 4299f21

Please sign in to comment.