#!/usr/bin/env bash

#MISE description="Run static checks for code formatting, translations, quality"

set -e

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

ensure_working_directory!

mix lint
