#!/usr/bin/env bash

set -o errexit  # quit on first error
set -o nounset

just sync
just type-check
just lint
just format
just test

echo "Pre-commit checks complete"
