From 7307918d141a0579c790b9a5832deb778733d020 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 30 May 2020 13:07:06 +0100 Subject: [PATCH] Add yamllint to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/