Skip to content

lib: fix verbatim in text object not block #22

lib: fix verbatim in text object not block

lib: fix verbatim in text object not block #22

name: Opam Dependency Submission
on:
- push
- pull_request
jobs:
opam-dependency-submission:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml 4.14
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14
dune-cache: true
allow-prerelease-opam: true
- name: Opam Dependency Submission
uses: ocaml/setup-ocaml/analysis@v2