aboutsummaryrefslogtreecommitdiff
path: root/.github/isabelle-action/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/isabelle-action/action.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/isabelle-action/action.yml b/.github/isabelle-action/action.yml
new file mode 100644
index 0000000..c9a1b4a
--- /dev/null
+++ b/.github/isabelle-action/action.yml
@@ -0,0 +1,13 @@
+name: "Isabelle action"
+description: "Run Isabelle"
+author: "josh@joshchen.io"
+
+inputs:
+ TOOL_ARGS:
+ description: "Isabelle tool to invoke and arguments to pass"
+ required: true
+
+runs:
+ using: "docker"
+ image: "Dockerfile"
+