aboutsummaryrefslogtreecommitdiff
path: root/.github/isabelle-action/entrypoint.sh
diff options
context:
space:
mode:
authorJosh Chen2020-07-17 11:03:22 +0200
committerJosh Chen2020-07-17 11:03:22 +0200
commit877b9511e2ffbef518dbc92ac6a8ec98559f69f4 (patch)
tree7ebfe3d02e4d595ea05ea664e2e6f3b402a02f3a /.github/isabelle-action/entrypoint.sh
parent66b180a3b9a6dc63869f28f3b98a487933452556 (diff)
test
Diffstat (limited to '')
-rw-r--r--.github/isabelle-action/entrypoint.sh5
1 files changed, 5 insertions, 0 deletions
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"
+