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 8957f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: CONDING 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 8957f67

Please sign in to comment.