diff options
Diffstat (limited to '.github/action/entrypoint.sh')
-rwxr-xr-x | .github/action/entrypoint.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 $*" |