This commit is contained in:
Shish 2021-03-15 00:31:53 +00:00
parent a8391eb1e5
commit 17080645d1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
php-version: 7.4
- name: Check format
run: ./vendor/bin/php-cs-fixer --dry-run
run: ./vendor/bin/php-cs-fixer fix --dry-run
test:
name: PHP ${{ matrix.php }} / DB ${{ matrix.database }}