aboutsummaryrefslogtreecommitdiff
path: root/.github/isabelle-action/action.yml
diff options
context:
space:
mode:
authorJosh Chen2020-07-16 18:57:13 +0200
committerJosh Chen2020-07-16 18:57:13 +0200
commitf82258111e48a94d22f12fd4920d443edb66fb55 (patch)
tree0a600ef8cb4af7163d249cedcb62bdb2fa9890aa /.github/isabelle-action/action.yml
parent2a2fa1e4c643b73165af030dc3b6128886f7b654 (diff)
set up CI
Diffstat (limited to '.github/isabelle-action/action.yml')
-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..482aead
--- /dev/null
+++ b/.github/isabelle-action/action.yml
@@ -0,0 +1,13 @@
+name: "build"
+description: "Build ROOT file"
+author: "josh@joshchen.io"
+
+inputs:
+ OPTION:
+ description: "Options to invoke"
+ required: true
+
+runs:
+ using: "docker"
+ image: "Dockerfile"
+