aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
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"
-