Skip to content

Commit 845dd4f

Browse files
committed
Add CS check to build
1 parent 62e3cc9 commit 845dd4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ 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+
2831
- script: composer install --no-interaction --prefer-dist
2932
displayName: 'Composer install'
3033

0 commit comments

Comments
 (0)