| set -eSCRIPT_DIR=$(dirname "$0")PROJECT_DIR="$SCRIPT_DIR/.."pushd "$PROJECT_DIR"echo "### Checking formatting..."cargo fmt -- --verboseecho "### Checking clippy..."cargo clippy --fix -- --deny=warnings --allow=unexpected_cfgsecho "### Checking yarn lint..."yarn lint --writepopd
 |