From a26e013f8004e71f4f62e4b0bbc9146e33dd77f3 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 16 Feb 2023 13:01:56 +0100 Subject: [PATCH] Revert formatting changes --- .github/workflows/ci.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcc924c..ed48f6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,14 +24,16 @@ jobs: steps: - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: '${{ matrix.php }}' + uses: shivammathur/setup-php@v2 + with: + php-version: '${{ matrix.php }}' + - name: Install composer dependencies - uses: actions/checkout@v2 - run: composer require "illuminate/support:^${{ matrix.laravel }}.0" + uses: actions/checkout@v2 + run: composer require "illuminate/support:^${{ matrix.laravel }}.0" + - name: Run tests - run: vendor/bin/pest + run: vendor/bin/pest phpstan: name: Static analysis (PHPStan)