#!/usr/bin/env bash
set -euo pipefail

echo "> pre-commit"

bin/format
bin/check
bin/lint
bin/build
bin/test
bin/audit
bin/check-docs
