Skip to content

Improve indentation of end keyword in begin end enclosed submatch (… #116

Improve indentation of end keyword in begin end enclosed submatch (…

Improve indentation of end keyword in begin end enclosed submatch (… #116

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