From 137a5e4a1631d69f6844c8dab0b5d629db01c11c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 23 Oct 2020 08:41:58 -0300 Subject: Add bash scripts for tests instead of Nix --- scripts/assert-shellcheck.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/assert-shellcheck.sh (limited to 'scripts/assert-shellcheck.sh') diff --git a/scripts/assert-shellcheck.sh b/scripts/assert-shellcheck.sh new file mode 100755 index 0000000..e24c29c --- /dev/null +++ b/scripts/assert-shellcheck.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -Eeuo pipefail +cd "$(dirname "${BASH_SOURCE[0]}")" +cd ../ + +git ls-files | grep '\.sh$' | xargs shellcheck -- cgit v1.2.3