aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorJosh Chen2020-07-17 11:27:42 +0200
committerJosh Chen2020-07-17 11:27:42 +0200
commitde4d802123c3d27dab0abb746d63d6d384f83f3d (patch)
tree44b5633ea6d23be3ec4bf6d54aabe164f5304ba7 /.github/workflows/build.yml
parentb7439e6f5517527e217ef6c05f0a00e361bac841 (diff)
rename action
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000..56b8c61
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,13 @@
+name: build
+on: push
+
+jobs:
+ build:
+ name: build ROOT
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - uses: ./.github/isabelle-action
+ with:
+ TOOL_ARGS: "build -D $GITHUB_WORKSPACE"
+