From 3d270f65c3cc14b281bd5f8263d438621473526e Mon Sep 17 00:00:00 2001 From: offa Date: Wed, 11 Nov 2020 17:38:36 +0100 Subject: [PATCH] Github Actions added (#124). --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..490283f --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +name: ci + +on: [push, pull_request] + +jobs: + build: + runs-on: ubuntu-latest + name: Check + steps: + - name: Checkout + uses: actions/checkout@master + - name: Check + run: ./check.sh