ocaml-opentelemetry/.pre-commit-config.yaml
Simon Cruanes 2c52df1fae
Some checks are pending
format / format (push) Waiting to run
build / build (4.08.x, ubuntu-latest) (push) Waiting to run
build / build (4.13.x, ubuntu-latest) (push) Waiting to run
build / build (5.0.x, ubuntu-latest) (push) Waiting to run
build / build (5.3.x, ubuntu-latest) (push) Waiting to run
add pre-commit hook for formatting
2026-03-12 21:38:51 -04:00

10 lines
232 B
YAML

repos:
- repo: local
hooks:
- id: ocamlformat
name: ocamlformat check
entry: make format-check
language: system
files: \.(ml|mli)$
pass_filenames: false
stages: [pre-push]