Skip to content

Commit f150011

Browse files
committed
Install CS check before trying to use it...
1 parent cfa55a1 commit f150011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ steps:
2525
php -version
2626
displayName: 'Use PHP version $(phpVersion)'
2727

28-
- script: vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes
29-
displayName: 'Check code style'
30-
3128
- script: composer install --no-interaction --prefer-dist
3229
displayName: 'Composer install'
3330

31+
- script: vendor/bin/php-cs-fixer fix --verbose --dry-run --diff --diff-format=udiff --allow-risky=yes
32+
displayName: 'Check code style'
33+
3434
- script: vendor/bin/phpunit
3535
displayName: 'PHPUnit'

0 commit comments

Comments
 (0)