mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
13 lines
194 B
Makefile
13 lines
194 B
Makefile
.PHONY: *
|
|
|
|
phpcs:
|
|
php vendor/bin/phpcs --standard=PSR2 src tests
|
|
|
|
phpunit:
|
|
php vendor/bin/phpunit -v --color=always --testdox tests
|
|
|
|
test: phpunit phpcs yamllint
|
|
|
|
yamllint:
|
|
yamllint .github/
|