Skip to content

Commit fd30dcd

Browse files
committed
Add code style check to CI
1 parent d4ac7b8 commit fd30dcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: shippable.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ build:
1414
# Install
1515
- composer install
1616

17+
# Code style
18+
- vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no
19+
1720
# Tests
1821
- vendor/bin/phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage

0 commit comments

Comments
 (0)