aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorJosh Chen2020-07-17 10:35:07 +0200
committerJosh Chen2020-07-17 10:35:07 +0200
commit31dca5713d3fbd8401dd35cbf12c2cfcb4944db8 (patch)
tree669bb5cbd5e24e8321fa4e7f3bf1cc7c79ae81ee /.github/workflows/main.yml
parente75a2a2ddfd82d4ba2e65526be1ed92f64369b48 (diff)
more testing
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 9548ae7..0000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: continuous integration
-on: push
-
-jobs:
- build:
- name: build
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v1
- - uses: ./.github/isabelle-action
- with:
- TOOL_ARGS: "build -D ."
-