diff --git a/src/Psalm/IssueBuffer.php b/src/Psalm/IssueBuffer.php index 8adb31ead..e7dfdda91 100644 --- a/src/Psalm/IssueBuffer.php +++ b/src/Psalm/IssueBuffer.php @@ -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";