From d283a39a8dedbba591829805e2e3643ffe7c7811 Mon Sep 17 00:00:00 2001 From: mjansen Date: Tue, 4 May 2021 17:33:32 +0200 Subject: [PATCH] GitHubActions: Remove explicit requirement of php-cs-fixer from GitHub actions build steps --- .github/workflows/checks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 34691f1534d1..f36f5c2925f7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -29,9 +29,6 @@ jobs: env: GHRUN: "yes" - - name: Install PHP CS Fixer - run: composer require "friendsofphp/php-cs-fixer:^2.19" --no-interaction --no-progress - - name: PHP CS Fixer run: CI/PHP-CS-Fixer/run_check.sh env: