Skip to content

Commit 644204c

Browse files
author
Greg Bowler
committed
wip: output install path
1 parent 09522d0 commit 644204c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpstan-action.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ then
1010
if test -f "$VENDOR_BIN"
1111
then
1212
ACTION_PHPSTAN_PATH="$VENDOR_BIN"
13+
echo "Using PHPStan installed at $ACTION_PHPSTAN_PATH"
1314
else
1415
echo "Trying to use version installed by Composer, but there is no file at $ACTION_PHPSTAN_PATH"
1516
exit 1

0 commit comments

Comments
 (0)