14
14
jobs :
15
15
build :
16
16
runs-on : ubuntu-latest
17
+ name : Build
17
18
permissions :
18
19
packages : write
19
20
outputs :
@@ -179,6 +180,7 @@ jobs:
179
180
180
181
check_dockerfiles :
181
182
runs-on : ubuntu-latest
183
+ name : Check dockerfile
182
184
steps :
183
185
- name : Checkout code
184
186
uses : actions/checkout@v4
@@ -196,6 +198,7 @@ jobs:
196
198
197
199
check_scripts :
198
200
runs-on : ubuntu-latest
201
+ name : Check scripts
199
202
steps :
200
203
- name : Checkout code
201
204
uses : actions/checkout@v4
@@ -207,6 +210,7 @@ jobs:
207
210
208
211
check_generated_railjson_sync :
209
212
runs-on : ubuntu-latest
213
+ name : Check generated railjson sync
210
214
steps :
211
215
- uses : actions/checkout@v4
212
216
- name : Install poetry
@@ -232,6 +236,7 @@ jobs:
232
236
233
237
check_railjson_generator :
234
238
runs-on : ubuntu-latest
239
+ name : Check railjson generator
235
240
steps :
236
241
- uses : actions/checkout@v4
237
242
- name : Install poetry
@@ -292,6 +297,7 @@ jobs:
292
297
293
298
check_commits :
294
299
runs-on : ubuntu-latest
300
+ name : Check commits
295
301
steps :
296
302
- name : Checkout code
297
303
uses : actions/checkout@v4
@@ -322,6 +328,7 @@ jobs:
322
328
323
329
check_final_newline :
324
330
runs-on : ubuntu-latest
331
+ name : Check final newline
325
332
steps :
326
333
- name : Install ripgrep
327
334
run : sudo apt-get install -y ripgrep
@@ -343,6 +350,7 @@ jobs:
343
350
344
351
check_integration_tests :
345
352
runs-on : ubuntu-latest
353
+ name : Check integration tests
346
354
steps :
347
355
- name : Checkout
348
356
uses : actions/checkout@v4
@@ -376,6 +384,7 @@ jobs:
376
384
377
385
check_osrd_schema :
378
386
runs-on : ubuntu-latest
387
+ name : Check osrd schema
379
388
steps :
380
389
- uses : actions/checkout@v4
381
390
- name : Install poetry
@@ -413,6 +422,7 @@ jobs:
413
422
414
423
check_toml :
415
424
runs-on : ubuntu-latest
425
+ name : Check toml
416
426
steps :
417
427
- name : Checkout
418
428
uses : actions/checkout@v4
0 commit comments