aboutsummaryrefslogtreecommitdiff
path: root/.github/action/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/action/entrypoint.sh')
-rwxr-xr-x.github/action/entrypoint.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/action/entrypoint.sh b/.github/action/entrypoint.sh
deleted file mode 100755
index 83edd0a..0000000
--- a/.github/action/entrypoint.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -e
-
-sh -c "lein $*"