1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Show success message and type stats with GHA formatter

This commit is contained in:
Bruce Weirdan 2023-08-24 03:32:18 +02:00
parent 8f3b1b5c1d
commit b1c25fa30a
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -706,7 +706,7 @@ final class IssueBuffer
if (in_array(
$project_analyzer->stdout_report_options->format,
[Report::TYPE_CONSOLE, Report::TYPE_PHP_STORM],
[Report::TYPE_CONSOLE, Report::TYPE_PHP_STORM, Report::TYPE_GITHUB_ACTIONS],
)) {
echo str_repeat('-', 30) . "\n";