remove extra cs-fixer config file

This commit is contained in:
Mohit Panjwani
2021-05-25 13:20:22 +05:30
parent c35b00493c
commit ebad76c8d7
2 changed files with 1 additions and 44 deletions

View File

@ -31,7 +31,7 @@ jobs:
if: "matrix.php >= 8"
- name: Check coding style
run: ./vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --config=.php-cs-fixer.ci.php
run: ./vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --config=.php-cs-fixer.dist.php
- name: Unit Tests
run: php ./vendor/bin/pest