Skip to content

Commit 0bbe8ce

Browse files
committed
ci(code-quality): only run clippy on main crate
1 parent 16f66ee commit 0bbe8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Check fmt
4949
run: cargo fmt --all -- --check
5050
- name: Run clippy
51-
run: cargo clippy -p ort --all-targets --workspace --features fetch-models
51+
run: cargo clippy -p ort --all-targets --features fetch-models
5252
coverage:
5353
name: Code coverage
5454
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)