Skip to content

Commit c25750f

Browse files
committed
_
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 3ef269c commit c25750f

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

.github/workflows/workflow.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ jobs:
4949

5050
- run: opam exec -- make all
5151

52-
lint-doc:
53-
runs-on: ubuntu-latest
54-
steps:
55-
- name: Checkout tree
56-
uses: actions/checkout@v4
57-
- name: Set-up OCaml
58-
uses: ocaml/setup-ocaml@v3
59-
with:
60-
ocaml-compiler: 5
61-
- run: opam install . --deps-only
62-
- run: opam exec -- bash ./configure
63-
- run: opam exec -- make all
64-
- uses: ocaml/setup-ocaml/lint-doc@v3
52+
# lint-doc:
53+
# runs-on: ubuntu-latest
54+
# steps:
55+
# - name: Checkout tree
56+
# uses: actions/checkout@v4
57+
# - name: Set-up OCaml
58+
# uses: ocaml/setup-ocaml@v3
59+
# with:
60+
# ocaml-compiler: 5
61+
# - run: opam install . --deps-only
62+
# - run: opam exec -- bash ./configure
63+
# - run: opam exec -- make all
64+
# - uses: ocaml/setup-ocaml/lint-doc@v3
6565

6666
lint-fmt:
6767
runs-on: ubuntu-latest
@@ -77,16 +77,16 @@ jobs:
7777
- run: opam exec -- make all
7878
- uses: ocaml/setup-ocaml/lint-fmt@v3
7979

80-
lint-opam:
81-
runs-on: ubuntu-latest
82-
steps:
83-
- name: Checkout tree
84-
uses: actions/checkout@v4
85-
- name: Set-up OCaml
86-
uses: ocaml/setup-ocaml@v3
87-
with:
88-
ocaml-compiler: 5
89-
- run: opam install . --deps-only
90-
- run: opam exec -- bash ./configure
91-
- run: opam exec -- make all
92-
- uses: ocaml/setup-ocaml/lint-opam@v3
80+
# lint-opam:
81+
# runs-on: ubuntu-latest
82+
# steps:
83+
# - name: Checkout tree
84+
# uses: actions/checkout@v4
85+
# - name: Set-up OCaml
86+
# uses: ocaml/setup-ocaml@v3
87+
# with:
88+
# ocaml-compiler: 5
89+
# - run: opam install . --deps-only
90+
# - run: opam exec -- bash ./configure
91+
# - run: opam exec -- make all
92+
# - uses: ocaml/setup-ocaml/lint-opam@v3

.ocamlformat-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/baselib/ocsigen_config_static.ml

0 commit comments

Comments
 (0)