From f82258111e48a94d22f12fd4920d443edb66fb55 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Thu, 16 Jul 2020 18:57:13 +0200 Subject: set up CI --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..dfcfb7b --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: continuous integration +on: push + +jobs: + build: + name: build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: ./isabelle-action + with: + OPTION: "build -D ." + -- cgit v1.2.3