diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..d2231e3 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,11 @@ +name: Build library & run tests +on: [push] + +jobs: + build: + runs-on: nix + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Build & test + run: nix build \ No newline at end of file