Skip to content

Commit 85a786f

Browse files
committed
fix:code check test
1 parent a779bc7 commit 85a786f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/checkstyle-pr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ for module in "${!module_files[@]}"; do
8282
fi
8383

8484
echo " - 生成 XML 报告..."
85-
config_path="../checkstyle/huawei-checkstyle.xml"
86-
echo " Checkstyle 配置文件: $(pwd)/$config_path"
85+
config_path="$PROJECT_ROOT/checkstyle/huawei-checkstyle.xml"
86+
echo " Checkstyle 配置文件: $config_path"
8787
if [ -f "$config_path" ]; then
8888
echo " ✅ 配置文件存在"
8989
else

0 commit comments

Comments
 (0)