diff --git a/scripts/lint/markdown.sh b/scripts/lint/markdown.sh index de0c2067a..ee733a85e 100755 --- a/scripts/lint/markdown.sh +++ b/scripts/lint/markdown.sh @@ -12,7 +12,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")/../.." \ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lint() ( - npx markdownlint-cli@^0.32 "$1" + npx markdownlint-cli@^0.38 "$1" ) check_markdown_files \