ocaml-opentelemetry/.github/workflows/format.yml
2026-04-06 11:39:14 -04:00

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