There was an error while loading. Please reload this page.
1 parent a779bc7 commit 85a786fCopy full SHA for 85a786f
1 file changed
.github/scripts/checkstyle-pr.sh
@@ -82,8 +82,8 @@ for module in "${!module_files[@]}"; do
82
fi
83
84
echo " - 生成 XML 报告..."
85
- config_path="../checkstyle/huawei-checkstyle.xml"
86
- echo " Checkstyle 配置文件: $(pwd)/$config_path"
+ config_path="$PROJECT_ROOT/checkstyle/huawei-checkstyle.xml"
+ echo " Checkstyle 配置文件: $config_path"
87
if [ -f "$config_path" ]; then
88
echo " ✅ 配置文件存在"
89
else
0 commit comments