1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-11 00:53:15 +02:00

Fix CS fixer workflow.

This commit is contained in:
Anthony Birkett
2021-05-31 15:10:42 +01:00
parent abf383be47
commit 96a875c881
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: composer install --no-interaction --no-progress
- name: Run cs-fixer
run: php${{ matrix.php }} vendor/bin/php-cs-fixer --config=.php-cspfixer.php
run: php${{ matrix.php }} vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php
- name: Run tests
run: php${{ matrix.php }} vendor/bin/phpunit --configuration Tests/phpunit.xml --verbose --fail-on-warning
- name: Run phpstan