aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rwxr-xr-xtests.sh10
2 files changed, 8 insertions, 10 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
diff --git a/tests.sh b/tests.sh
deleted file mode 100755
index 08ce6b0..0000000
--- a/tests.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-set -Eeuo pipefail
-cd "$(dirname "${BASH_SOURCE[0]}")"
-
-set -x
-
-./scripts/assert-shellcheck.sh
-./scripts/assert-todos.sh
-
-./scripts/assert-terraform.sh