blob: f8ba9250e8fd5b62c98add13ca9fd57d623401df [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)' "$@"