#!/usr/bin/env bash

. "scripts/github/common.sh"

setup

exec env \
    CLANG_FORMAT="${CLANG_FORMAT}" \
    TO_CHECK=all \
scripts/check-format
