diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..b9027ff --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,15 @@ +name: ci + +on: [pull_request, push] + +jobs: + check: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + + - name: build + run: make + + - name: run + run: ./bin/can -V