Formatting cleanup for backups

This commit is contained in:
Dane Everitt
2021-01-25 19:25:15 -08:00
parent 0a2c89e9f4
commit 0dd0f09238
2 changed files with 14 additions and 18 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- name: install dependencies
run: composer install --prefer-dist --no-interaction --no-progress
- name: run cs-fixer
run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff --rules=psr_autoloading
run: vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff --config .php_cs.dist
continue-on-error: true
- name: execute unit tests
run: vendor/bin/phpunit --bootstrap bootstrap/app.php tests/Unit