Skip to content

Commit dead569

Browse files
authored
Merge pull request #65 from nicklaw5/run-cs-fixer-in-CI
Add CS check to `make test`. Should run in CI now.
2 parents e74079f + 811e7a4 commit dead569

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.SILENT: ;
22

3-
test: test-phpunit test-phpspec
3+
test: cs-check test-phpunit test-phpspec
4+
5+
cs-check:
6+
vendor/bin/php-cs-fixer fix --diff --diff-format=udiff --dry-run
47

58
test-phpunit:
69
vendor/bin/phpunit

0 commit comments

Comments
 (0)