File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 68
68
components : rustfmt
69
69
- run : cargo fmt --all --check
70
70
71
- done :
71
+ ci-success :
72
72
name : Complete
73
73
runs-on : ubuntu-latest
74
74
needs : [test, i586, no_std, fmt]
75
75
steps :
76
76
- run : exit 0
77
+ ci-failed :
78
+ name : Complete
79
+ runs-on : ubuntu-latest
80
+ needs : [test, i586, no_std, fmt]
81
+ if : failure()
82
+ steps :
83
+ - run : exit 1
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v4
29
29
- run : cargo fmt --all --check
30
30
31
- done :
31
+ ci-success :
32
32
name : Complete
33
33
runs-on : ubuntu-latest
34
34
needs : [test, fmt]
35
35
steps :
36
36
- run : exit 0
37
+ ci-failed :
38
+ name : Complete
39
+ runs-on : ubuntu-latest
40
+ needs : [test, fmt]
41
+ if : failure()
42
+ steps :
43
+ - run : exit 1
You can’t perform that action at this time.
0 commit comments