Skip to content

Latest commit

 

History

History
 
 

lint-doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

lint-doc

Performs several quality checks on the doc comment.

Usage

Example workflow

jobs:
  lint-doc:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout tree
        uses: actions/checkout@v3

      - name: Set-up OCaml 5.0
        uses: ocaml/setup-ocaml@v2
        with:
          ocaml-compiler: "5.0"
          dune-cache: true

      - name: Lint doc
        uses: ocaml/setup-ocaml/lint-doc@v2

Inputs

Consult the action.yml for inputs.