Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Update README.md

Update README.md #34

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest]
steps:
- name: Checkout latest code
uses: actions/checkout@v1
- name: Install ocaml
uses: ocaml/setup-ocaml@v2
- name: Install module
run: opam install --cli=2.1 --with-test --confirm-level=unsafe-yes .