https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1d0f7954e53378f710758f615f173fa0d1742c98 authored by Antoine Lanco on 08 February 2024, 08:53:32 UTC
EVM/Log: use address from context in execute_call
Tip revision: 1d0f795
check-format-rust.sh
#!/bin/sh

set -e

# shellcheck disable=SC2016
git ls-files -z '**/Cargo.lock' ':!:contrib' |
  xargs -0 -I{} sh -c 'cd $(dirname {}) && cargo fmt --check'
back to top