mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-07 00:31:57 +00:00
Merge pull request #3853 from oleibman/fixertest
Php-cs-fixer Command Change
This commit is contained in:
@@ -112,7 +112,7 @@ jobs:
|
||||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||
|
||||
- name: Code style with PHP-CS-Fixer
|
||||
run: ./vendor/bin/php-cs-fixer fix --format=checkstyle | cs2pr
|
||||
run: (./vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr) || ./vendor/bin/php-cs-fixer fix --diff --dry-run
|
||||
|
||||
phpcs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user