From 877b9511e2ffbef518dbc92ac6a8ec98559f69f4 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Fri, 17 Jul 2020 11:03:22 +0200 Subject: test --- .github/isabelle-action/entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/isabelle-action/entrypoint.sh (limited to '.github/isabelle-action/entrypoint.sh') diff --git a/.github/isabelle-action/entrypoint.sh b/.github/isabelle-action/entrypoint.sh new file mode 100644 index 0000000..954226a --- /dev/null +++ b/.github/isabelle-action/entrypoint.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +chmod +x /Isabelle/bin/isabelle +sh -c "/Isabelle/bin/isabelle $INPUT_TOOL_ARGS" + -- cgit v1.2.3