We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55878ae commit f2da9ecCopy full SHA for f2da9ec
.github/workflows/test.yml
@@ -36,6 +36,9 @@ jobs:
36
fetch-depth: 0
37
- name: Install Composer dependencies (including dev, preferring source)
38
run: composer install --prefer-source --optimize-autoloader --ansi --no-interaction
39
+ - name: Check coding style
40
+ if: matrix.os == 'ubuntu-latest' && matrix.php-version == '7.2'
41
+ run: ./vendor/bin/php-cs-fixer fix --path-mode=intersection --config=./.php_cs.dist --dry-run --using-cache=no --diff --diff-format=udiff --ansi --no-interaction .
42
- name: Run Atoum
43
run: php ./vendor/atoum/atoum/scripts/coverage.php --format xml --output clover.xml
44
- name: Install Composer dependencies (excluding dev)
0 commit comments