From ddce2bd3c66a62cb96b2b7ef0602c00c586c429b Mon Sep 17 00:00:00 2001 From: Gabriel Giovanini Date: Sat, 22 Jun 2019 15:40:06 +0200 Subject: Bootstrap web site --- .github/action/entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .github/action/entrypoint.sh (limited to '.github/action/entrypoint.sh') diff --git a/.github/action/entrypoint.sh b/.github/action/entrypoint.sh new file mode 100755 index 0000000..83edd0a --- /dev/null +++ b/.github/action/entrypoint.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +sh -c "lein $*" -- cgit v1.2.3