File tree Expand file tree Collapse file tree 4 files changed +16
-14
lines changed
Expand file tree Collapse file tree 4 files changed +16
-14
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
4642 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 2727 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