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 0577fee commit 3830c57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -11,7 +11,10 @@ jobs:
- name: Composer install
run: composer update --no-progress --ignore-platform-reqs
- name: PHPCS
run: echo "toto new fixer" >> file.log
run: |
composer require friendsofphp/php-cs-fixer
./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'
run: |
Expand Down

0 comments on commit 3830c57

Please sign in to comment.