Skip to content

Fix spelling mistakes in documentation #36

Fix spelling mistakes in documentation

Fix spelling mistakes in documentation #36

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- master
jobs:
lint-opam:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v6
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5
- uses: ocaml/setup-ocaml/lint-opam@v3