From 94adede129b81929ab50f6aa7dee14f2bf0d0976 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 15 Jan 2021 08:05:05 -0300 Subject: Merge tests.sh into Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 170d46c4..6a213e7d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ .PHONY: check check: - bash scripts/assert-shellcheck.sh - bash scripts/assert-todos.sh + ./build-aux/assert-nixfmt.sh + ./build-aux/assert-shellcheck.sh + ./build-aux/assert-todos.sh .PHONY: clean clean: -- cgit v1.3