#!/usr/bin/env bash
#MISE description="Lint Markdown files"
set -euo pipefail

markdownlint .
