add php-cs-fixer to actioons
This commit is contained in:
parent
1e36b5af1d
commit
cefe37b2c9
|
|
@ -111,3 +111,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
||||||
|
|
||||||
|
- name: Run php-cs-fixer
|
||||||
|
run: |
|
||||||
|
vendor/bin/php-cs-fixer fix
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue