Skip to content

Commit 83517bc

Browse files
committed
udpate
1 parent e7f150d commit 83517bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
cache-on-failure: true
2828
- name: Run clippy
29-
run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked
29+
run: cargo clean && cargo clippy --workspace --lib --examples --tests --benches --all-features --locked
3030
env:
3131
RUSTFLAGS: -D warnings
3232

0 commit comments

Comments
 (0)