From d978a43756450135ade886eff5812f9e7247fc8b Mon Sep 17 00:00:00 2001 From: zaodonganqi <3193156071@qq.com> Date: Tue, 21 Oct 2025 23:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/jsonDataValidation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jsonDataValidation.yml b/.github/workflows/jsonDataValidation.yml index 580f9c115..3e4e8aff1 100644 --- a/.github/workflows/jsonDataValidation.yml +++ b/.github/workflows/jsonDataValidation.yml @@ -296,7 +296,7 @@ jobs: echo "🔍 开始地图追踪目录结构校验..." : > validation_output.log set +e - python build/validate.py "repo/pathing" --fix --structure 2>&1 | tee -a validation_output.log + python build/validate.py "repo/pathing" --structure 2>&1 | tee -a validation_output.log PY_EXIT=$? set -e