1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00

Merge pull request #4601 from beganovich/v5-actions-php-cs-fixer

(v5) Add php-cs-fixer to actions
This commit is contained in:
David Bomba 2021-01-05 09:15:30 +11:00 committed by GitHub
commit 69a56590e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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