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-search-tests ( 6cfc2c )
by Pedro
14:25
created
tests/Unit/CrudPanel/CrudPanelSearchTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
         $this->crudPanel->addColumn([
90 90
             'name' => 'test',
91 91
             'type' => 'my_custom_type',
92
-            'searchLogic' => function ($query, $column, $searchTerm) {
92
+            'searchLogic' => function($query, $column, $searchTerm) {
93 93
                 $query->where($column['name'], 'like', "%{$searchTerm}%");
94 94
             },
95 95
             'tableColumn' => true,
Please login to merge, or discard this patch.