1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 05:14:04 +00:00

Migrate to PHP-CS-Fixer 3.x

This commit is contained in:
Shuvro Roy 2021-05-24 17:05:22 +06:00
parent d8c81a607f
commit c77c47d7f9
3 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ jobs:
- name: Install php-cs-fixer
run: composer global require friendsofphp/php-cs-fixer
- name: Run php-cs-fixer
run: $HOME/.composer/vendor/bin/php-cs-fixer fix --config=.php_cs.php
run: $HOME/.composer/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php
- name: Commit changes from php-cs-fixer
uses: EndBug/add-and-commit@v5
with: