Skip to content

Commit d802ca7

Browse files
author
Shale Xiong
committed
[gen] Remove the check-fmt in diy CI.
1 parent e2d0308 commit d802ca7

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/make-test-diy.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,3 @@ jobs:
5454
- run: opam exec -- make build DUNE_PROFILE=dev
5555

5656
- run: opam exec -- make diy-test DUNE_PROFILE=dev
57-
58-
check-fmt:
59-
name: check format
60-
61-
runs-on: ubuntu-latest
62-
63-
env:
64-
DUNE_CACHE: enabled-except-user-rules
65-
66-
steps:
67-
- name: Checkout tree
68-
uses: actions/checkout@v4
69-
70-
- name: Set-up OCaml
71-
uses: ocaml/setup-ocaml@v3
72-
with:
73-
ocaml-compiler: ocamlformat.0.28.1
74-
dune-cache: true
75-
76-
- run: opam exec -- dune fmt
77-

0 commit comments

Comments
 (0)