mirror of
https://github.com/rust-lang/futures-rs.git
synced 2026-01-25 03:26:14 +00:00
ci: Run clippy on stable
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -297,10 +297,10 @@ jobs:
|
||||
steps:
|
||||
- uses: taiki-e/checkout-action@v1
|
||||
- name: Install Rust
|
||||
uses: taiki-e/github-actions/install-rust@nightly
|
||||
uses: taiki-e/github-actions/install-rust@stable
|
||||
with:
|
||||
component: clippy
|
||||
- run: cargo clippy --workspace --all-features --all-targets
|
||||
- run: cargo clippy --workspace --all-features --lib --bins --tests --examples
|
||||
|
||||
fmt:
|
||||
name: cargo fmt
|
||||
@@ -310,6 +310,8 @@ jobs:
|
||||
- uses: taiki-e/checkout-action@v1
|
||||
- name: Install Rust
|
||||
uses: taiki-e/github-actions/install-rust@stable
|
||||
with:
|
||||
component: rustfmt
|
||||
- run: cargo fmt --all -- --check
|
||||
|
||||
docs:
|
||||
|
||||
Reference in New Issue
Block a user