Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 473 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 473 Bytes

lint-fmt

Important

Make sure you have an .ocamlformat file at the root of your project.

Usage

Example workflow

jobs:
  lint-fmt:
    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-fmt@v3

Inputs

Consult the action.yml for inputs.