From 8b0c2f9b78c83552bc37aa015b6aa1a51a063d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 17 Mar 2021 21:47:31 +0100 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f71337..00f8a0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,13 +22,6 @@ jobs: - name: Run tests run: vendor/bin/phpunit - steps: - - uses: actions/checkout@v2 - - name: Install composer dependencies - run: composer install - - name: Run psalm - run: vendor/bin/psalm - php-cs-fixer: name: Code style (php-cs-fixer) runs-on: ubuntu-latest