mirror of
https://github.com/c-cube/moonpool.git
synced 2026-05-05 08:54:24 -04:00
17 lines
285 B
YAML
17 lines
285 B
YAML
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
|
|
|