#!/usr/bin/env bash
# Run pre-commit hooks

set -o errexit
set -o nounset
set -o pipefail

. ./tests/run-tests.sh

exit 0
