mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
use clippy stable, not preview
This commit is contained in:
parent
0f2002663d
commit
bb821feaa9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ tasks:
|
|||
cd repo &&
|
||||
git config advice.detachedHead false &&
|
||||
git checkout ${ref} &&
|
||||
rustup component add clippy-preview &&
|
||||
rustup component add clippy &&
|
||||
cargo clippy &&
|
||||
cargo fmt -- --check
|
||||
metadata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue