Skip to content

Commit

Permalink
ci: Run clippy on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 25, 2025
1 parent 5285d05 commit 048995a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 048995a

Please sign in to comment.