From 38036164a0debfeb5e61d563b85bc3795cd30845 Mon Sep 17 00:00:00 2001 From: Pablo Ogando Ferreira Date: Tue, 17 Dec 2024 18:58:47 +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