mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-15 03:23:22 +08:00
修复文件验证
This commit is contained in:
2
.github/workflows/jsonDataValidation.yml
vendored
2
.github/workflows/jsonDataValidation.yml
vendored
@@ -296,7 +296,7 @@ jobs:
|
|||||||
echo "🔍 开始地图追踪目录结构校验..."
|
echo "🔍 开始地图追踪目录结构校验..."
|
||||||
: > validation_output.log
|
: > validation_output.log
|
||||||
set +e
|
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=$?
|
PY_EXIT=$?
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user