Skip to content

Commit 9a3628e

Browse files
author
Greg Bowler
committed
feature: force ansi output
1 parent 56ff4ae commit 9a3628e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: phpstan-action.bash

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ then
6666
command_string+=(--memory-limit="$ACTION_MEMORY_LIMIT")
6767
fi
6868

69+
command_string+=(--ansi)
70+
6971
if [ -n "$ACTION_ARGS" ]
7072
then
7173
command_string+=($ACTION_ARGS)

0 commit comments

Comments
 (0)