#!/usr/bin/env sh
#MISE description="Lint _default yaml files"
#MISE alias=["l:yaml", "l:yml", "lint:yml"]

set -e

yamlfmt -lint .
