Skip to content

Commit 721c603

Browse files
committed
Install ocamlformat
1 parent 4a5abd4 commit 721c603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
- name: Set dune profile according to platform
9090
run: echo "DUNE_PROFILE=${{ matrix.dune-profile }}" >> $GITHUB_ENV
9191

92+
- name: Install ocamlformat
93+
run: opam install ocamlformat
94+
9295
- name: Format check
9396
run: opam exec -- make checkformat
9497

0 commit comments

Comments
 (0)