aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-15 08:05:05 -0300
committerEuAndreh <eu@euandre.org>2021-01-15 08:05:12 -0300
commit94adede129b81929ab50f6aa7dee14f2bf0d0976 (patch)
tree73bd96caa5389759cd1f6baf1574958b4ea2e968 /Makefile
parentchannels.scm: Remove songbooks channel (diff)
downloaddotfiles-94adede129b81929ab50f6aa7dee14f2bf0d0976.tar.gz
dotfiles-94adede129b81929ab50f6aa7dee14f2bf0d0976.tar.xz
Merge tests.sh into Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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: