Skip to content

lib_test: add views test-cache #53

lib_test: add views test-cache

lib_test: add views test-cache #53

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint-fmt:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml 4.14
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14
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-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml 4.14
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14
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-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use OCaml 4.14
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true
- name: Lint doc
uses: ocaml/setup-ocaml/lint-doc@v3