File tree Expand file tree Collapse file tree 2 files changed +27
-21
lines changed
Expand file tree Collapse file tree 2 files changed +27
-21
lines changed Original file line number Diff line number Diff line change 11on :
2- push :
3- branches : [ master ]
4- pull_request :
5- branches : [ master ]
2+ merge_group :
63
7- name : Continuous integration
4+ name : Merge Queue Check
85
96env :
107 CARGO_TERM_COLOR : always
3532
3633 cross_test :
3734 runs-on : ubuntu-latest
38- if : github.ref == 'refs/heads/master'
3935 strategy :
4036 matrix :
4137 include :
5450 - name : Install cross
5551 run : cargo install cross
5652 - run : ./scripts/cross-tests.sh "docs" ${{ matrix.rust }} ${{ matrix.target }}
57-
58- clippy :
59- runs-on : ubuntu-latest
60- strategy :
61- matrix :
62- rust :
63- - beta
64- steps :
65- - uses : actions/checkout@v4
66- - uses : dtolnay/rust-toolchain@master
67- with :
68- toolchain : ${{ matrix.rust }}
69- components : clippy
70- - uses : Swatinem/rust-cache@v2
71- - run : cargo clippy --features docs
Original file line number Diff line number Diff line change 1+ on :
2+ pull_request :
3+ merge_group :
4+
5+ name : PR Check
6+
7+ env :
8+ CARGO_TERM_COLOR : always
9+ RUSTFLAGS : " -D warnings"
10+
11+ jobs :
12+ clippy :
13+ runs-on : ubuntu-latest
14+ strategy :
15+ matrix :
16+ rust :
17+ - beta
18+ steps :
19+ - uses : actions/checkout@v4
20+ - uses : dtolnay/rust-toolchain@master
21+ with :
22+ toolchain : ${{ matrix.rust }}
23+ components : clippy
24+ - uses : Swatinem/rust-cache@v2
25+ - run : cargo clippy --features docs
You can’t perform that action at this time.
0 commit comments