Skip to content

Commit f5864bb

Browse files
committed
Enhancement: Run php-cs-fixer on CircleCI
1 parent c375d3f commit f5864bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- run:
7676
name: install current dependencies
7777
command: composer install --no-progress
78+
- run:
79+
name: run php-cs-fixer
80+
command: vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
7881
- run:
7982
name: run tests
8083
command: vendor/bin/phpunit --log-junit ~/phpunit/junit.xml --coverage-text tests

0 commit comments

Comments
 (0)