diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..36646af --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,11 @@ +on: [push, pull_request] + +name: CI + +jobs: + check: + name: Build and test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: make