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 +++++++++++++ .github/workflows/main.yml | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 .github/workflows/ci.yml delete mode 100644 .github/workflows/main.yml (limited to '.github/workflows') 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 ." + 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 ." - -- cgit v1.2.3