2022-06-15 16:25:51 -07:00

7 lines
102 B
Bash
Executable File

#!/bin/bash
set -o errexit -o pipefail
node ./scripts/lint/lint-markdown.js
yarn prettier --check .