mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Add yamllint to Makefile
This commit is contained in:
parent
7d8a2dffc5
commit
7307918d14
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -6,4 +6,7 @@ phpcs:
|
||||||
phpunit:
|
phpunit:
|
||||||
php vendor/bin/phpunit -v --color=always --testdox tests
|
php vendor/bin/phpunit -v --color=always --testdox tests
|
||||||
|
|
||||||
test: phpunit phpcs
|
test: phpunit phpcs yamllint
|
||||||
|
|
||||||
|
yamllint:
|
||||||
|
yamllint .github/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue