#!/bin/sh

make format-check || exit 1
make typecheck || exit 1

