From afa5548e8dd9a4665e52acad65f9359e41d367b5 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Sun, 28 Feb 2021 10:34:29 -0800 Subject: Github Actions CI (#20) Replace CircleCI with Github Actions --- .github/workflows/pull_request.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pull_request.yml (limited to '.github/workflows/pull_request.yml') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml new file mode 100644 index 0000000..5a2ee16 --- /dev/null +++ b/.github/workflows/pull_request.yml @@ -0,0 +1,15 @@ +name: ci +on: pull_request +jobs: + build: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v2 + - + name: Set up Docker + uses: docker/setup-buildx-action@v1 + - + name: Build + run: make build -- cgit v1.2.3