Skip to content

Commit b04587b

Browse files
chore: make lint logs easier to read (GoogleCloudPlatform#1779)
1 parent 4eb5c62 commit b04587b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
composer global require phpstan/phpstan
3333
for dir in $(find * -type d -name src -not -path 'appengine/*' -not -path '*/vendor/*' -exec dirname {} \;);
3434
do
35+
echo -e "\n RUNNING for => $dir\n"
3536
composer install --working-dir=$dir --ignore-platform-reqs
3637
echo "<?php require_once 'testing/sample_helpers.php';require_once '$dir/vendor/autoload.php';" > autoload.php
3738
~/.composer/vendor/bin/phpstan analyse $dir/src --autoload-file=autoload.php

0 commit comments

Comments
 (0)