Skip to content

Commit

Permalink
fix: use teltek php-cs-fixer fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Dec 17, 2024
1 parent 626581b commit 70564d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 70564d1

Please sign in to comment.