From 839685b6d0f903fd20e5e82e9f192c995f347903 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Sun, 6 Jun 2021 23:50:54 -0700 Subject: ci: add test CI --- .github/workflows/check.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/check.yml diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml new file mode 100644 index 0000000..2ad0aad --- /dev/null +++ b/.github/workflows/check.yml @@ -0,0 +1,13 @@ +name: Check +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: make + run: make -- cgit v1.2.3