We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdf336 commit a4e5406Copy full SHA for a4e5406
phpstan-action.bash
@@ -8,7 +8,7 @@ phar_url="https://www.getrelease.download/phpstan/phpstan/$ACTION_VERSION/phar"
8
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "${github_action_path}/phpstan.phar"
9
chmod +x "${github_action_path}/phpstan.phar"
10
11
-command_string=("phpstan")
+command_string=("phpstan --no-ansi")
12
13
if [ -n "$ACTION_COMMAND" ]
14
then
0 commit comments