From aa4a1838f4c6934130d6ea1df75ab613ccdea9ca Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 18:32:46 -0300 Subject: Makefile: Add assert-todos.sh to check phase --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61f4072..5e26a5b 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ check: if [ -d .git ]; then \ echo 'Assuming Git repository, running development checks.'; \ sh build-aux/assert-shellcheck.sh; \ + sh build-aux/assert-todos.sh; \ fi dist: -- cgit v1.2.3