Skip to content

Commit

Permalink
Revert "use local php-cs-fixer in workflows"
Browse files Browse the repository at this point in the history
This reverts commit ee00857.
  • Loading branch information
peter-gribanov committed Dec 20, 2023
1 parent ee00857 commit c72de14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
with:
php-version: 7.4
coverage: none
tools: composer:v2, cs2pr
tools: composer:v2, cs2pr, php-cs-fixer

- name: Install Composer dependencies (highest)
uses: 'ramsey/composer-install@v1'
with:
dependency-versions: 'highest'

- name: Run PHP-CS-Fixer
run: ./vender/bin/php-cs-fixer fix --dry-run --format checkstyle | cs2pr
run: php-cs-fixer fix --dry-run --format checkstyle | cs2pr

0 comments on commit c72de14

Please sign in to comment.