We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5285d05 commit 048995aCopy full SHA for 048995a
.github/workflows/ci.yml
@@ -297,10 +297,10 @@ jobs:
297
steps:
298
- uses: taiki-e/checkout-action@v1
299
- name: Install Rust
300
- uses: taiki-e/github-actions/install-rust@nightly
+ uses: taiki-e/github-actions/install-rust@stable
301
with:
302
component: clippy
303
- - run: cargo clippy --workspace --all-features --all-targets
+ - run: cargo clippy --workspace --all-features --lib --bins --tests --examples
304
305
fmt:
306
name: cargo fmt
@@ -310,6 +310,8 @@ jobs:
310
311
312
uses: taiki-e/github-actions/install-rust@stable
313
+ with:
314
+ component: rustfmt
315
- run: cargo fmt --all -- --check
316
317
docs:
0 commit comments