diff options
author | Josh Chen | 2020-07-17 11:15:26 +0200 |
---|---|---|
committer | GitHub | 2020-07-17 11:15:26 +0200 |
commit | b7439e6f5517527e217ef6c05f0a00e361bac841 (patch) | |
tree | 50a898b3b06beead3c020b59d823ff79781a86b6 /.github/isabelle-action/entrypoint.sh | |
parent | 1ff98c9bf82002a526a1851b05504e1f59361d00 (diff) | |
parent | 00463d770fd738749c092829e3b49e4f7d25f75e (diff) |
Merge pull request #7 from jaycech3n/ci-action
Ci action
Diffstat (limited to '.github/isabelle-action/entrypoint.sh')
-rw-r--r-- | .github/isabelle-action/entrypoint.sh | 5 |
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" + |