From 31dca5713d3fbd8401dd35cbf12c2cfcb4944db8 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Fri, 17 Jul 2020 10:35:07 +0200 Subject: more testing --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/ci.yml (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..4b9f617 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +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 ." + -- cgit v1.2.3