From 0faaf1e010cc3e5af10e35a1bb93d912a206815f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 29 Nov 2020 00:38:02 -0300 Subject: Move tests.sh to Makefile --- Makefile | 8 ++++++++ tests.sh | 10 ---------- 2 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 Makefile delete mode 100755 tests.sh 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 -- cgit v1.2.3