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 6868 components : rustfmt
6969 - run : cargo fmt --all --check
7070
71- done :
71+ ci-success :
7272 name : Complete
7373 runs-on : ubuntu-latest
7474 needs : [test, i586, no_std, fmt]
7575 steps :
7676 - 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 2828 - uses : actions/checkout@v4
2929 - run : cargo fmt --all --check
3030
31- done :
31+ ci-success :
3232 name : Complete
3333 runs-on : ubuntu-latest
3434 needs : [test, fmt]
3535 steps :
3636 - 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