Skip to content

Missing parens in module type (M with type ..) -> N (#2759) #153

Missing parens in module type (M with type ..) -> N (#2759)

Missing parens in module type (M with type ..) -> N (#2759) #153

Workflow file for this run

name: Build on Dune PM
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
runs-on: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.runs-on }}
continue-on-error: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use dune
uses: ocaml-dune/[email protected]
with:
automagic: true