#!/usr/bin/env sh
#MISE description="Lint toml files"
#MISE alias=["l:toml"]

set -e

taplo lint --config .config/taplo.toml
