Skip to content

Commit

Permalink
use local php-cs-fixer in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Dec 20, 2023
1 parent cf6c2f6 commit ee00857
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, php-cs-fixer
tools: composer:v2, cs2pr

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

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

0 comments on commit ee00857

Please sign in to comment.