Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eXorus committed Aug 16, 2019
1 parent 3830c57 commit 20a7ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
run: composer update --no-progress --ignore-platform-reqs
- name: PHPCS
run: |
composer require friendsofphp/php-cs-fixer
./vendor/bin/php-cs-fixer fix src
composer require friendsofphp/php-cs-fixer --ignore-platform-reqs
./vendor/bin/php-cs-fixer fix src
./vendor/bin/php-cs-fixer fix tests
- name: Auto Commit
if: github.event.head_commit.author.name != 'PHP CS Fixer'
Expand Down

0 comments on commit 20a7ebf

Please sign in to comment.