#!/usr/bin/env bash set -euo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" cd "$ROOT" chmod +x .githooks/pre-commit scripts/ci_checks.sh git config core.hooksPath .githooks cat <