Skip to content

Commit ae79c40

Browse files
committed
fix format check ci
1 parent b81e59a commit ae79c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
shell: bash
332332

333333
- name: Format check
334-
run: make format
334+
run: opam exec -- dune build @fmt --auto-promote
335335

336336
- name: Build compiler
337337
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)