mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-06 01:15:11 -04:00
18 lines
293 B
YAML
18 lines
293 B
YAML
name: format
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
format:
|
|
name: format
|
|
runs-on: ubuntu-latest
|
|
container: ghcr.io/ocaml-tracing/ocaml-opentelemetry/ci-4.14:latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
- run: opam exec -- make format-check
|