From aa02d70cfe576e97a9fda7fb6d5fde8cd8dd2314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Fri, 22 Dec 2023 17:53:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Update=20`markdownlint-?= =?UTF-8?q?cli`=20to=20`v0.38`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/lint/markdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \