There was an error while loading. Please reload this page.
1 parent da8dadb commit 664554dCopy full SHA for 664554d
1 file changed
.github/scripts/checkstyle-pr.sh
@@ -85,7 +85,7 @@ for module in "${!module_files[@]}"; do
85
echo "$file_list"
86
set +e
87
PROJECT_ROOT=$(pwd)
88
- (cd "$module" && \
+ output=$(cd "$module" && \
89
echo " Current directory: $(pwd)" && \
90
echo " Checking file existence:" && \
91
ls -l "${module_files[$module]}" 2>/dev/null || echo " ⚠️ not found" && \
0 commit comments