Skip to content

Commit

Permalink
Force no ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Dec 23, 2020
1 parent 3bdf336 commit a4e5406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan-action.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phar_url="https://www.getrelease.download/phpstan/phpstan/$ACTION_VERSION/phar"
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "${github_action_path}/phpstan.phar"
chmod +x "${github_action_path}/phpstan.phar"

command_string=("phpstan")
command_string=("phpstan --no-ansi")

if [ -n "$ACTION_COMMAND" ]
then
Expand Down

0 comments on commit a4e5406

Please sign in to comment.