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

Remove cs-fixer from github actions

This commit is contained in:
David Bomba 2022-08-08 06:53:22 +10:00
parent 3db1210a12
commit a1dee0206f

View File

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