From c0253bacbdec547957bf04658a2c39a7da7d96b3 Mon Sep 17 00:00:00 2001 From: Martins Rucevskis Date: Tue, 21 Nov 2023 14:32:07 +0200 Subject: [PATCH] Changed php cs fixer action --- .github/workflows/php-cs-fixer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 29ea5e2..8a1ff3a 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -15,6 +15,6 @@ jobs: - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: "php-cs-fixer" - - run: .\vendor\bin\php-cs-fixer fix --config=phpCsFixerConfig.php --dry-run --diff + run: .\vendor\bin\php-cs-fixer fix --config=phpCsFixerConfig.php --dry-run --diff