改了回去

This commit is contained in:
起个名字好难的喵
2025-10-22 16:13:15 +08:00
parent 05a69b20f0
commit 280976a3b0
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ jobs:
echo "🔍 开始地图追踪目录结构校验..."
: > validation_output.log
set +e
python build/validate.py "repo/pathing" --structure 2>&1 | tee -a validation_output.log
python build/validate.py "repo/pathing" --fix --structure 2>&1 | tee -a validation_output.log
PY_EXIT=$?
set -e