mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-04 05:36:05 +02:00
fix .php_cs.dist error
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: composer install
|
- name: composer install
|
||||||
run: composer install --prefer-dist --no-interaction --no-progress
|
run: composer install --prefer-dist --no-interaction --no-progress
|
||||||
- name: Run cs-fixer
|
- name: Run cs-fixer
|
||||||
run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff --config .php_cs.dist
|
run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff --config .php-cs-fixer.dist.php
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Execute Unit Tests
|
- name: Execute Unit Tests
|
||||||
run: vendor/bin/phpunit --bootstrap bootstrap/app.php tests/Unit
|
run: vendor/bin/phpunit --bootstrap bootstrap/app.php tests/Unit
|
||||||
|
|||||||
Reference in New Issue
Block a user