Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Passed
Push — add-update-command ( 13a497...cc92a3 )
by Pedro
11:24
created
src/app/Console/Commands/Upgrade/v7/UpgradeCommandConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function upgradeCommandDescription(): ?callable
62 62
     {
63
-        return function (UpgradeCommand $command): void {
63
+        return function(UpgradeCommand $command): void {
64 64
             $command->note(
65 65
                 'Before you start, make sure you have a fresh <fg=red>FULL BACKUP</> of your project and database stored safely.',
66 66
                 'yellow',
Please login to merge, or discard this patch.