Skip to content

Commit

Permalink
Fix code path
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Dec 3, 2023
1 parent 02f6df6 commit f4280ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
composer install
mkdir -p tools/php-cs-fixer tools/rector
composer require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer --dev
composer require rector/rector -- dev
composer require rector/rector --dev
- name: CONDING STANDARDS (ECS)
- name: CODING STANDARDS (ECS)
run: |
tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src
tools/php-cs-fixer/vendor/bin/php-cs-fixer fix .
- name: CONDING STANDARDS (RECTOR)
run: |
tools/rector/vendor/bin/rector process src --ansi --dry-run --xdebug
tools/rector/vendor/bin/rector process . --ansi --dry-run --xdebug

0 comments on commit f4280ee

Please sign in to comment.