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 Setup Failed
Pull Request — master (#3332)
by
unknown
15:52
created
tests/Unit/CrudPanel/CrudPanelReadTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -438,10 +438,10 @@
 block discarded – undo
438 438
         $this->assertTrue(in_array(-1, $this->crudPanel->getOperationSetting('pageLengthMenu')[0]));
439 439
     }
440 440
 
441
-     /**
442
-     * Tests if paginator aborts when 0 is provided as key.
443
-     *
444
-     */
441
+        /**
442
+         * Tests if paginator aborts when 0 is provided as key.
443
+         *
444
+         */
445 445
     public function testCrudPanelPaginatorWithZeroAsOption()
446 446
     {
447 447
         $this->crudPanel->setModel(User::class);
Please login to merge, or discard this patch.