File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 3030 - nightly
3131 steps :
3232 - uses : actions/checkout@v5
33- - uses : dtolnay/rust-toolchain@master
33+ - name : Install ${{ matrix.rust }} toolchain
34+ uses : dtolnay/rust-toolchain@master
3435 with :
3536 toolchain : ${{ matrix.rust }}
3637 - name : Cargo update
5859 runs-on : ubuntu-latest
5960 steps :
6061 - uses : actions/checkout@v5
61- - uses : dtolnay/rust-toolchain@stable
62+ - name : Install stable rustfmt
63+ uses : dtolnay/rust-toolchain@stable
6264 with :
6365 components : rustfmt
6466 - run : cargo fmt --all -- --check
6870 runs-on : ubuntu-latest
6971 steps :
7072 - uses : actions/checkout@v5
71- - uses : dtolnay/rust-toolchain@nightly
73+ - name : Install nightly clippy
74+ uses : dtolnay/rust-toolchain@nightly
7275 with :
7376 components : clippy
7477 - run : cargo clippy -- -D warnings
8083 RUSTDOCFLAGS : --cfg docsrs
8184 steps :
8285 - uses : actions/checkout@v5
83- - uses : dtolnay/rust-toolchain@nightly
86+ - name : Install nightly rust
87+ uses : dtolnay/rust-toolchain@nightly
8488 - run : cargo doc --workspace --no-deps --all-features
8589
8690 semver :
You can’t perform that action at this time.
0 commit comments