blob: 54f4209a474900f8781f18c9a89c96c31a591998 [file] [edit]
#!/bin/bash
#
# Perform all Markdown checks / reformats.
readonly SCRIPTS_DIR="$(dirname "$0")"
# shellcheck source=scripts/common
source "$SCRIPTS_DIR/common"
prettier --write "$@"
markdownlint --fix "$@"
liche --document-root=. --exclude='(https://groups.google.com/g/project-oak-discuss|https://crates.io/crates)' "$@"