Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 384 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 384 Bytes

lint-doc

Usage

Example workflow

jobs:
  lint-doc:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout tree
        uses: actions/checkout@v4
      - name: Set-up OCaml
        uses: ocaml/setup-ocaml@v3
        with:
          ocaml-compiler: 5
      - uses: ocaml/setup-ocaml/lint-doc@v3

Inputs

Consult the action.yml for inputs.