Skip to content

Commit

Permalink
Applied CI review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Jul 2, 2024
1 parent c306a61 commit cf23800
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install php-cs-fixer
run: |
mkdir -p tools/php-cs-fixer
composer require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer --dev
composer require --working-dir=tools/php-cs-fixer ibexa/code-style:^1.0 --dev
- uses: "ramsey/composer-install@v3"
with:
working-directory: "tools/php-cs-fixer"
dependency-versions: highest
- name: Run PHP CS Fixer
run: tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots
- name: Commit changes
Expand Down

0 comments on commit cf23800

Please sign in to comment.