Skip to content

Commit

Permalink
Run cs-dry-run as part of test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Apr 29, 2016
1 parent fcf903d commit f7790ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ cs:
cs-dry-run:
vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose --diff --dry-run

test:
test: cs-dry-run
vendor/bin/phpunit

setup-git:
Expand Down

0 comments on commit f7790ef

Please sign in to comment.