Skip to content

Commit 664554d

Browse files
committed
fix:code check test
1 parent da8dadb commit 664554d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/checkstyle-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ for module in "${!module_files[@]}"; do
8585
echo "$file_list"
8686
set +e
8787
PROJECT_ROOT=$(pwd)
88-
(cd "$module" && \
88+
output=$(cd "$module" && \
8989
echo " Current directory: $(pwd)" && \
9090
echo " Checking file existence:" && \
9191
ls -l "${module_files[$module]}" 2>/dev/null || echo " ⚠️ not found" && \

0 commit comments

Comments
 (0)