mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
add php-cs-fixer to actioons
This commit is contained in:
parent
1e36b5af1d
commit
cefe37b2c9
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
@ -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…
x
Reference in New Issue
Block a user