ocaml-opentelemetry/.github/workflows/format.yml
Simon Cruanes 5031be8d91
use docker images for CI (#130)
* use docker images for CI

* run gha as root in docker

using the opam user wouldn't work for actions like checkout

* make our own docker images from ubuntu LTS

* details

* fix eio step

* fix build issues in docker
2026-04-06 15:47:16 -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@v6
- run: opam exec -- make format-check