Skip to content

Commit

Permalink
Update .github/workflows/php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud authored Jan 22, 2021
1 parent 578e79c commit c4d744c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Composer Install
run: composer install --ansi --prefer-dist --no-interaction --no-progress --quiet

- name: Run PHPCSFixer
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
- name: Run PHP CS Fixer
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff

0 comments on commit c4d744c

Please sign in to comment.