#!/bin/sh

set -eu

repository_root=$(git rev-parse --show-toplevel)
exec "$repository_root/scripts/ci-checks.sh" --fuse

