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

Completed
Push — master ( 049ebe...f79c2f )
by Cristian
04:17
created
src/app/Console/Commands/Install.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
                     $this->executeProcess('mkdir -p public/uploads');
55 55
                     break;
56 56
                 case '\\': // windows
57
-                    if(!file_exists('public\uploads')) {
57
+                    if (!file_exists('public\uploads')) {
58 58
                         $this->executeProcess('mkdir public\uploads');
59 59
                     }
60 60
                     break;
Please login to merge, or discard this patch.