1 2 3 4 5 6 7
#!/usr/bin/env sh #MISE description="Lint all yaml files" #MISE alias=["l:yaml", "l:yml", "lint:yml"] set -e yamlfmt -lint -conf .config/.yamlfmt .