From 106c9e746359399b3a2110bf907d3c54063709ed Mon Sep 17 00:00:00 2001 From: chonghe Date: Thu, 11 Apr 2024 21:24:57 +0800 Subject: [PATCH] Test with fix --- scripts/mdlint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mdlint.sh b/scripts/mdlint.sh index 2e7b277ffc5..02a134581d6 100755 --- a/scripts/mdlint.sh +++ b/scripts/mdlint.sh @@ -3,7 +3,7 @@ set -e # use markdownlint-cli to check for markdown files -docker run -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules +docker run -v ./book:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest '**/*.md' --ignore node_modules --fix # exit code exit_code=$(echo $?)