#!/usr/bin/env bash
set -e

echo "Running pre-commit checks..."
make ci
