File tree Expand file tree Collapse file tree 5 files changed +22
-20
lines changed
Expand file tree Collapse file tree 5 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 11name : CI
2- on :
3- push :
4- branches :
5- - staging
6- - trying
2+ on : merge_group
73
84jobs :
95
1915 nightly,
2016 ]
2117 steps :
22- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
2319 - uses : dtolnay/rust-toolchain@master
2420 with :
2521 toolchain : ${{ matrix.rust }}
3127 name : No Std
3228 runs-on : ubuntu-latest
3329 steps :
34- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3531 - uses : dtolnay/rust-toolchain@stable
3632 with :
3733 target : thumbv6m-none-eabi
4137 name : Format
4238 runs-on : ubuntu-latest
4339 steps :
44- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v5
45414642 with :
4743 components : rustfmt
4844 - run : cargo fmt --all --check
45+
46+ done :
47+ name : Complete
48+ runs-on : ubuntu-latest
49+ needs : [test, no_std, fmt]
50+ steps :
51+ - run : exit 0
Original file line number Diff line number Diff line change 1515 matrix :
1616 rust : [1.31.0, stable]
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : dtolnay/rust-toolchain@master
2020 with :
2121 toolchain : ${{ matrix.rust }}
Original file line number Diff line number Diff line change 1111 matrix :
1212 rust : [1.31.0, stable]
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : dtolnay/rust-toolchain@master
1616 with :
1717 toolchain : ${{ matrix.rust }}
2222 name : Format
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
26262727 with :
2828 components : rustfmt
2929 - run : cargo fmt --all --check
30+
31+ done :
32+ name : Complete
33+ runs-on : ubuntu-latest
34+ needs : [test, fmt]
35+ steps :
36+ - run : exit 0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repository = "https://github.com/rust-num/num-integer"
1010name = " num-integer"
1111version = " 0.1.45"
1212readme = " README.md"
13- exclude = [" /bors.toml " , " / ci/*" , " /.github/*" ]
13+ exclude = [" /ci/*" , " /.github/*" ]
1414edition = " 2018"
1515rust-version = " 1.31"
1616
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments