Skip to content

make Ast_mapper iterate over all locations inside Longident.t #138

make Ast_mapper iterate over all locations inside Longident.t

make Ast_mapper iterate over all locations inside Longident.t #138

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