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

Test Failed
Push — add-more-tests ( 65b942...0fe9f9 )
by
unknown
13:54
created
tests/Unit/CrudPanel/CrudPanelValidationTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
         $this->crudPanel->addField([
103 103
             'name' => 'password',
104 104
         ]);
105
-       //dd($request);
105
+        //dd($request);
106 106
         $this->crudPanel->setRequest($request);
107 107
 
108 108
         $validatedRequest = $this->crudPanel->validateRequest();
Please login to merge, or discard this patch.