From 7c5bef76c50121e2171e0e67feff2fb46b2a3a56 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 21 Dec 2020 23:03:35 -0500 Subject: Created a helper for loading environment entries from a directory. --- tools/check | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tools/check (limited to 'tools/check') diff --git a/tools/check b/tools/check new file mode 100755 index 0000000..269a23d --- /dev/null +++ b/tools/check @@ -0,0 +1,10 @@ +#!/bin/bash -e + +cd "$(dirname "$0")/.." + +## tools/check +## +## Run checks on the project, exiting with a zero status if all checks pass. + +tools/check-lint +tools/check-style -- cgit v1.2.3