Skip to content

Bump ocaml/setup-ocaml from 2 to 3 #10

Bump ocaml/setup-ocaml from 2 to 3

Bump ocaml/setup-ocaml from 2 to 3 #10

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint-fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml 5.1
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.1
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true
- name: Lint fmt
uses: ocaml/setup-ocaml/lint-fmt@v3
lint-opam:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml 5.1
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.1
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true
- name: Lint opam
uses: ocaml/setup-ocaml/lint-opam@v3
lint-doc:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml 5.1
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.1
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true
- name: Lint doc
uses: ocaml/setup-ocaml/lint-doc@v3