Skip to content

Commit f2b4772

Browse files
committed
test grouping
1 parent d44dd18 commit f2b4772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
run: >
2828
find . -name package.json -maxdepth 10 -type f -not -path "*/node_modules/*" | while read -r file; do
2929
directory=$(dirname "$file")
30-
echo "cd $directory"
30+
echo "::group:: $directory"
3131
cd "$directory" && npm install && cd -
32+
echo "::endgroup::"
3233
done
3334
3435
- name: 🧹 Check code formatting with Prettier

0 commit comments

Comments
 (0)