add php-cs-fixer to actioons

This commit is contained in:
Benjamin Beganović 2020-12-31 14:21:40 +01:00
parent 1e36b5af1d
commit cefe37b2c9

View File

@ -111,3 +111,7 @@ jobs:
env:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
- name: Run php-cs-fixer
run: |
vendor/bin/php-cs-fixer fix