Skip to content

Commit bb1f7ad

Browse files
committed
add shear check in ci
1 parent 9b1b956 commit bb1f7ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ jobs:
7171
with:
7272
save-cache: ${{ github.ref_name == 'main' }}
7373
cache-key: lint
74+
tools: cargo-shear
7475
components: clippy rust-docs rustfmt
7576

7677
- run: |
78+
cargo shear
7779
cargo fmt --check
7880
# cargo clippy --all-targets --all-features -- -D warnings
7981
RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items

0 commit comments

Comments
 (0)