diff --git a/Makefile b/Makefile index 4dcba86..d8910a0 100644 --- a/Makefile +++ b/Makefile @@ -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/