Skip to content

Clarify docs to recommend extenders over attr_replace #5

Clarify docs to recommend extenders over attr_replace

Clarify docs to recommend extenders over attr_replace #5

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 }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use dune
uses: ocaml-dune/[email protected]
with:
automagic: true