mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-13 05:56:20 -04:00
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
10 lines
232 B
YAML
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]
|