diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..3e25c37 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,9 @@ +name: build +run-name: Run `make build` +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: make build \ No newline at end of file