We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f66ee commit 0bbe8ceCopy full SHA for 0bbe8ce
.github/workflows/code-quality.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Check fmt
49
run: cargo fmt --all -- --check
50
- name: Run clippy
51
- run: cargo clippy -p ort --all-targets --workspace --features fetch-models
+ run: cargo clippy -p ort --all-targets --features fetch-models
52
coverage:
53
name: Code coverage
54
runs-on: ubuntu-24.04
0 commit comments