mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #4601 from beganovich/v5-actions-php-cs-fixer
(v5) Add php-cs-fixer to actions
This commit is contained in:
commit
69a56590e3
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user