aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-10 10:35:48 -0300
committerEuAndreh <eu@euandre.org>2021-01-10 10:42:06 -0300
commitf0c75e1433d0c91729d2fb3814c9fdac4bf42ffd (patch)
tree679b86c09d3a1bbc5c8a5c1dccde69467af0f947 /Makefile
parentMove workflow/ to build-aux/workflow/ (diff)
downloadserver-f0c75e1433d0c91729d2fb3814c9fdac4bf42ffd.tar.gz
server-f0c75e1433d0c91729d2fb3814c9fdac4bf42ffd.tar.xz
Readd assert-todos.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7238cf3..54c7468 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: check
check:
./build-aux/assert-shellcheck.sh
- # ./build-aux/assert-todos.sh
+ ./build-aux/assert-todos.sh
./build-aux/assert-terraform.sh
.PHONY: clean