Skip to content

chore: update README since apparently someone besides me is using this #5

chore: update README since apparently someone besides me is using this

chore: update README since apparently someone besides me is using this #5

Workflow file for this run

name: Build example and run tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build ./example
- run: nix run ./example#test