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