Add yamllint to Makefile

This commit is contained in:
Oliver Davies 2020-05-30 13:07:06 +01:00
parent 7d8a2dffc5
commit 7307918d14

View file

@ -6,4 +6,7 @@ phpcs:
phpunit:
php vendor/bin/phpunit -v --color=always --testdox tests
test: phpunit phpcs
test: phpunit phpcs yamllint
yamllint:
yamllint .github/