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 62e3cc9 commit 845dd4fCopy full SHA for 845dd4f
azure-pipelines.yml
@@ -25,6 +25,9 @@ steps:
25
php -version
26
displayName: 'Use PHP version $(phpVersion)'
27
28
+- script: vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes
29
+ displayName: 'Check code style'
30
+
31
- script: composer install --no-interaction --prefer-dist
32
displayName: 'Composer install'
33
0 commit comments