From 514f23ad2e43129537e832d5856c3de6db0ca884 Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Sat, 12 Mar 2022 14:48:24 +1030 Subject: [PATCH] update cs-fixer workflow config --- .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 f55d1fa..bca5c49 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -15,7 +15,7 @@ jobs: - name: Run PHP CS Fixer uses: docker://oskarstark/php-cs-fixer-ga with: - args: --config=.php_cs.dist.php --allow-risky=yes + args: --allow-risky=yes - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4