From 5de6e77526d02bf202750888309fd0e71726c6c2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Jun 2021 01:48:43 -0300 Subject: Makefile: Run scripts in dev-check instead of check --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c786cc..8cf2767 100644 --- a/Makefile +++ b/Makefile @@ -15,14 +15,14 @@ refresh: sh scripts/paku -rg check: + +dev-check: check sh aux/assert-nixfmt.sh sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh sh aux/workflow/assert-changelog.sh $(NAME) $(NAME) sh aux/workflow/assert-readme.sh $(NAME) $(MAILING_LIST) -dev-check: check - clean: rm -rf public/ dependencies.svg paku.html -- cgit v1.2.3