Skip to content

Commit 3dbda32

Browse files
committed
test
1 parent 323b5a3 commit 3dbda32

File tree

1 file changed

+33
-57
lines changed

1 file changed

+33
-57
lines changed

.github/workflows/ci.yml

Lines changed: 33 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,16 @@
1616
"BRANCH_STAGING": "u/staging",
1717
},
1818
"jobs": {
19-
"checkout": {
20-
"name": "Prepare workspace",
21-
"runs-on": "ubuntu-latest",
22-
"steps": [
23-
{
24-
"name": "Checkout code",
25-
"uses": "actions/checkout@v4",
26-
"with": {
27-
"fetch-depth": 0,
28-
},
29-
},
30-
{
31-
"name": "Archive workspace",
32-
"uses": "actions/upload-artifact@v4",
33-
"with": {
34-
"name": "workspace",
35-
"path": ".",
36-
},
37-
},
38-
],
39-
},
4019
"check": {
4120
"name": "Check code quality",
4221
"container": "fedora:40",
4322
"runs-on": "ubuntu-latest",
44-
"needs": [
45-
"checkout",
46-
],
4723
"steps": [
4824
{
49-
"name": "Restore workspace",
50-
"uses": "actions/download-artifact@v4",
25+
"name": "Checkout code",
26+
"uses": "actions/checkout@v4",
5127
"with": {
52-
"name": "workspace",
28+
"fetch-depth": 0,
5329
},
5430
},
5531
{
@@ -83,10 +59,10 @@
8359
],
8460
"steps": [
8561
{
86-
"name": "Restore workspace",
87-
"uses": "actions/download-artifact@v4",
62+
"name": "Checkout code",
63+
"uses": "actions/checkout@v4",
8864
"with": {
89-
"name": "workspace",
65+
"fetch-depth": 0,
9066
},
9167
},
9268
{
@@ -128,10 +104,10 @@
128104
],
129105
"steps": [
130106
{
131-
"name": "Restore workspace",
132-
"uses": "actions/download-artifact@v4",
107+
"name": "Checkout code",
108+
"uses": "actions/checkout@v4",
133109
"with": {
134-
"name": "workspace",
110+
"fetch-depth": 0,
135111
},
136112
},
137113
{
@@ -173,10 +149,10 @@
173149
],
174150
"steps": [
175151
{
176-
"name": "Restore workspace",
177-
"uses": "actions/download-artifact@v4",
152+
"name": "Checkout code",
153+
"uses": "actions/checkout@v4",
178154
"with": {
179-
"name": "workspace",
155+
"fetch-depth": 0,
180156
},
181157
},
182158
{
@@ -218,10 +194,10 @@
218194
],
219195
"steps": [
220196
{
221-
"name": "Restore workspace",
222-
"uses": "actions/download-artifact@v4",
197+
"name": "Checkout code",
198+
"uses": "actions/checkout@v4",
223199
"with": {
224-
"name": "workspace",
200+
"fetch-depth": 0,
225201
},
226202
},
227203
{
@@ -263,10 +239,10 @@
263239
],
264240
"steps": [
265241
{
266-
"name": "Restore workspace",
267-
"uses": "actions/download-artifact@v4",
242+
"name": "Checkout code",
243+
"uses": "actions/checkout@v4",
268244
"with": {
269-
"name": "workspace",
245+
"fetch-depth": 0,
270246
},
271247
},
272248
{
@@ -373,10 +349,10 @@
373349
],
374350
"steps": [
375351
{
376-
"name": "Restore workspace",
377-
"uses": "actions/download-artifact@v4",
352+
"name": "Checkout code",
353+
"uses": "actions/checkout@v4",
378354
"with": {
379-
"name": "workspace",
355+
"fetch-depth": 0,
380356
},
381357
},
382358
{
@@ -406,10 +382,10 @@
406382
],
407383
"steps": [
408384
{
409-
"name": "Restore workspace",
410-
"uses": "actions/download-artifact@v4",
385+
"name": "Checkout code",
386+
"uses": "actions/checkout@v4",
411387
"with": {
412-
"name": "workspace",
388+
"fetch-depth": 0,
413389
},
414390
},
415391
{
@@ -439,10 +415,10 @@
439415
],
440416
"steps": [
441417
{
442-
"name": "Restore workspace",
443-
"uses": "actions/download-artifact@v4",
418+
"name": "Checkout code",
419+
"uses": "actions/checkout@v4",
444420
"with": {
445-
"name": "workspace",
421+
"fetch-depth": 0,
446422
},
447423
},
448424
{
@@ -472,10 +448,10 @@
472448
],
473449
"steps": [
474450
{
475-
"name": "Restore workspace",
476-
"uses": "actions/download-artifact@v4",
451+
"name": "Checkout code",
452+
"uses": "actions/checkout@v4",
477453
"with": {
478-
"name": "workspace",
454+
"fetch-depth": 0,
479455
},
480456
},
481457
{
@@ -505,10 +481,10 @@
505481
],
506482
"steps": [
507483
{
508-
"name": "Restore workspace",
509-
"uses": "actions/download-artifact@v4",
484+
"name": "Checkout code",
485+
"uses": "actions/checkout@v4",
510486
"with": {
511-
"name": "workspace",
487+
"fetch-depth": 0,
512488
},
513489
},
514490
{

0 commit comments

Comments
 (0)