From 70564d1e21b8b5c9978c28db61ebb85a57d97004 Mon Sep 17 00:00:00 2001 From: Pablo Ogando Ferreira Date: Tue, 17 Dec 2024 19:33:41 +0100 Subject: [PATCH] fix: use teltek php-cs-fixer fork --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d414c27..cda18f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: run: find . -type f -name "*.php" -print0 | xargs -0 -n1 -P8 php -l - name: PHPCSFixer - uses: docker://oskarstark/php-cs-fixer-ga:3.1.0 + uses: docker://teltek/php-cs-fixer-ga with: args: --config=.php-cs-fixer.dist.php --diff --dry-run