Update CI workflow & remove php-cs-fixer config

This commit is contained in:
gdarko
2024-01-29 04:48:03 -06:00
parent 4ab92473e9
commit 88f60fce04
2 changed files with 1 additions and 43 deletions

View File

@@ -34,7 +34,7 @@ jobs:
run: composer update --ignore-platform-req=php --no-interaction --no-progress
- name: Check coding style
run: ./vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --config=.php-cs-fixer.dist.php
run: ./vendor/bin/pint --test
- name: Unit Tests
run: php ./vendor/bin/pest