Skip to content

Commit f80672d

Browse files
committed
Add blank line after full-run log messages for consistency
The partial-run branches already print a blank line after the package list. Add the same blank line to the full-run branches.
1 parent 4a89ee4 commit f80672d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint-build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
run: |
123123
if [[ "$CHANGED_PATHS" == "full" ]]; then
124124
echo "Running ESLint on all packages."
125+
echo ""
125126
yarn lint:eslint
126127
else
127128
echo "Running ESLint on:"
@@ -215,6 +216,7 @@ jobs:
215216
rm -f "$TSCONFIG"
216217
else
217218
echo "Building all packages."
219+
echo ""
218220
yarn build
219221
fi
220222
env:

0 commit comments

Comments
 (0)