#!/usr/bin/env bash

#MISE description="Run checks before a commit"

set -e

source "$(dirname "$0")/../_helpers.sh"

ensure_working_directory!

mix precommit
