We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ff4ae commit 9a3628eCopy full SHA for 9a3628e
phpstan-action.bash
@@ -66,6 +66,8 @@ then
66
command_string+=(--memory-limit="$ACTION_MEMORY_LIMIT")
67
fi
68
69
+command_string+=(--ansi)
70
+
71
if [ -n "$ACTION_ARGS" ]
72
then
73
command_string+=($ACTION_ARGS)
0 commit comments