Skip to content

add of_thunk_apply

add of_thunk_apply #59

Workflow file for this run

name: "Build"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v18
- name: "Run nix flake check"
run: nix flake check
- name: "Run nix build"
run: nix build -L .#fiber{,-lwt}