Skip to content

Token type comment

Token type comment #39

Workflow file for this run

name: OCaml Dune Test
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up OCaml
uses: ocaml/setup-ocaml@v1
- name: Install dependencies
run: opam install -y dune ounit2 qcheck bisect_ppx base64 csv
- name: Build and test
run: opam exec -- dune build && opam exec -- dune test