1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

PHP CS Fixer 3

This commit is contained in:
Samuel Štancl 2021-05-24 17:05:58 +02:00
parent 3b203d70ff
commit 19d46fc916
4 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,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: