更新 .gitea/workflows/test.yml

This commit is contained in:
james 2025-07-26 19:30:03 +08:00
parent 8cb457c778
commit f01ad0fa47

View File

@ -15,7 +15,7 @@ jobs:
- name: Run code review script - name: Run code review script
env: env:
GIT_PROJECT_PATH: /workspace/MES/SCTMES_V5 # Gitea 的工作目录 GIT_PROJECT_PATH: /workspace/hui/SCTMES_V5 # Gitea 的工作目录
ALLOWED_PATHS: '["EdgeManager/**", "mes_in_sct/**", "mes_in_task/**", "webman/**"]' # 允许检测目录 ALLOWED_PATHS: '["EdgeManager/**", "mes_in_sct/**", "mes_in_task/**", "webman/**"]' # 允许检测目录
IGNORED_PATHS: '["EdgeManager/vendor/**", "mes_in_sct/vendor/**", "mes_in_task/vendor/**", "webman/public/**", "webman/runtime/**", "webman/vendor/**"]' # 忽略检测目录 IGNORED_PATHS: '["EdgeManager/vendor/**", "mes_in_sct/vendor/**", "mes_in_task/vendor/**", "webman/public/**", "webman/runtime/**", "webman/vendor/**"]' # 忽略检测目录
SYSTEM_PROMPT: | SYSTEM_PROMPT: |