mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
Update CI workflow & remove php-cs-fixer config
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user