@@ -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
0 commit comments