Skip to content

docker based CI

docker based CI #21

Workflow file for this run

name: format
on:
push:
branches:
- main
pull_request:
jobs:
format:
name: format
runs-on: 'ubuntu-latest'
container: ghcr.io/c-cube/c-cube-commmon/ci-doc-5.3:latest
steps:
- uses: actions/checkout@v6
- run: opam exec -- make format-check