aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.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/ci.yml
parentb7439e6f5517527e217ef6c05f0a00e361bac841 (diff)
rename action
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 36b01ec..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: continuous integration
-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"
-