From de935d0c53f22db07950507b5741963ea197a20c Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Wed, 23 Dec 2020 09:39:25 +0000 Subject: [PATCH] No ansi is pointless --- phpstan-action.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan-action.bash b/phpstan-action.bash index 288620f..ab54d59 100755 --- a/phpstan-action.bash +++ b/phpstan-action.bash @@ -9,7 +9,6 @@ curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_u chmod +x "${github_action_path}/phpstan.phar" command_string=("phpstan") -command_string+=("--no-ansi") if [ -n "$ACTION_COMMAND" ] then