Commit 4680208 1 parent d4be1c0 commit 4680208 Copy full SHA for 4680208
File tree 2 files changed +43
-35
lines changed
2 files changed +43
-35
lines changed Original file line number Diff line number Diff line change @@ -154,38 +154,4 @@ jobs:
154
154
branch : wikidoc
155
155
folder : doc-dev
156
156
clean : true
157
- target-folder : doc/dev/
158
-
159
- lint-opam :
160
- runs-on : ubuntu-latest
161
- steps :
162
- - name : Checkout tree
163
- uses : actions/checkout@v4
164
- - name : Set-up OCaml
165
- uses : ocaml/setup-ocaml@v3
166
- with :
167
- ocaml-compiler : " 5.2"
168
- dune-cache : true
169
- - uses : ocaml/setup-ocaml/lint-opam@v3
170
-
171
- lint-fmt :
172
- runs-on : ubuntu-latest
173
- steps :
174
- - name : Checkout tree
175
- uses : actions/checkout@v4
176
- - name : Set-up OCaml
177
- uses : ocaml/setup-ocaml@v3
178
- with :
179
- ocaml-compiler : " 5.2"
180
- dune-cache : true
181
- - uses : ocaml/setup-ocaml/lint-fmt@v3
182
-
183
- lint-runtime :
184
- runs-on : ubuntu-latest
185
- steps :
186
- - name : Checkout tree
187
- uses : actions/checkout@v4
188
- - name : Set-up Biome
189
- uses : biomejs/setup-biome@v2
190
- - name : Run biome
191
- run : biome ci
157
+ target-folder : doc/dev/
Original file line number Diff line number Diff line change
1
+ name : lint
2
+
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - master
8
+
9
+ jobs :
10
+ lint-opam :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - name : Checkout tree
14
+ uses : actions/checkout@v4
15
+ - name : Set-up OCaml
16
+ uses : ocaml/setup-ocaml@v3
17
+ with :
18
+ ocaml-compiler : " 5.2"
19
+ dune-cache : true
20
+ - uses : ocaml/setup-ocaml/lint-opam@v3
21
+
22
+ lint-fmt :
23
+ runs-on : ubuntu-latest
24
+ steps :
25
+ - name : Checkout tree
26
+ uses : actions/checkout@v4
27
+ - name : Set-up OCaml
28
+ uses : ocaml/setup-ocaml@v3
29
+ with :
30
+ ocaml-compiler : " 5.2"
31
+ dune-cache : true
32
+ - uses : ocaml/setup-ocaml/lint-fmt@v3
33
+
34
+ lint-runtime :
35
+ runs-on : ubuntu-latest
36
+ steps :
37
+ - name : Checkout tree
38
+ uses : actions/checkout@v4
39
+ - name : Set-up Biome
40
+ uses : biomejs/setup-biome@v2
41
+ - name : Run biome
42
+ run : biome ci
You can’t perform that action at this time.
0 commit comments