Skip to content

Commit 0fbfd9d

Browse files
committed
chore: add make format
1 parent 93a3036 commit 0fbfd9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ test-autopromote:
1515
clean:
1616
@dune clean
1717

18+
format:
19+
@dune build @fmt --auto-promote
20+
21+
format-check:
22+
@dune build @fmt --ignore-promoted-rules
23+
1824
doc:
1925
@dune build @doc
2026

0 commit comments

Comments
 (0)