Skip to content

Commit

Permalink
Update php-cs-fixer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 21, 2023
1 parent 0a3f412 commit cd8436e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ jobs:
with:
php-version: 8.2
coverage: xdebug
tools: cs2pr
- run: composer install --prefer-dist --no-interaction
- run: vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr
tools: php-cs-fixer, cs2pr
- run: php-cs-fixer fix --dry-run --format=checkstyle | cs2pr

0 comments on commit cd8436e

Please sign in to comment.