We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5abd4 commit 721c603Copy full SHA for 721c603
1 file changed
.github/workflows/ci.yml
@@ -89,6 +89,9 @@ jobs:
89
- name: Set dune profile according to platform
90
run: echo "DUNE_PROFILE=${{ matrix.dune-profile }}" >> $GITHUB_ENV
91
92
+ - name: Install ocamlformat
93
+ run: opam install ocamlformat
94
+
95
- name: Format check
96
run: opam exec -- make checkformat
97
0 commit comments