aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-29 00:38:02 -0300
committerEuAndreh <eu@euandre.org>2020-11-29 00:38:02 -0300
commit0faaf1e010cc3e5af10e35a1bb93d912a206815f (patch)
tree2b56fcaeaa6c2c9c108b7a1d55456a7ae1892a26 /Makefile
parentTODOs.org: Ressurect decision on public SSH key leakage and add anchors (diff)
downloadserver-0faaf1e010cc3e5af10e35a1bb93d912a206815f.tar.gz
server-0faaf1e010cc3e5af10e35a1bb93d912a206815f.tar.xz
Move tests.sh to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..aadd118
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+.PHONY: check
+check:
+ bash ./scripts/assert-shellcheck.sh
+ bash ./scripts/assert-todos.sh
+
+ bash scripts/assert-terraform.sh
+
+.PHONY: site publish