Skip to content

Commit

Permalink
ci: run stable clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Apr 4, 2024
1 parent c77e61b commit 84a52ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/scripts/cargo-clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -e
repo_root=$(git rev-parse --show-toplevel)

# shellcheck disable=SC1091
source "$repo_root/.github/scripts/rust-version.sh" nightly >/dev/null
source "$repo_root/.github/scripts/rust-version.sh" stable >/dev/null

rustup component add clippy --toolchain="$rust_nightly"
cargo +"$rust_nightly" clippy
cargo +"$rust_stable" clippy

0 comments on commit 84a52ca

Please sign in to comment.