You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples.md
-39Lines changed: 0 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,42 +138,3 @@ steps:
138
138
opam-disable-sandboxing: true
139
139
```
140
140
<!-- prettier-ignore-end -->
141
-
142
-
## Using [opam-dune-lint](https://github.com/ocurrent/opam-dune-lint) to lint the opam files
143
-
144
-
<!-- prettier-ignore-start -->
145
-
```yml
146
-
steps:
147
-
- name: Checkout code
148
-
uses: actions/checkout@v2
149
-
150
-
- name: Use OCaml ${{ matrix.ocaml-compiler }}
151
-
uses: ocaml/setup-ocaml@v2
152
-
with:
153
-
ocaml-compiler: ${{ matrix.ocaml-compiler }}
154
-
155
-
- run: opam depext opam-dune-lint --install
156
-
157
-
- run: opam exec -- opam-dune-lint
158
-
```
159
-
<!-- prettier-ignore-end -->
160
-
161
-
## Using [OCamlFormat](https://github.com/ocaml-ppx/ocamlformat) and dune [@fmt](https://dune.readthedocs.io/en/stable/formatting.html) alias to check if your files are formatted
0 commit comments