We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fbe7c commit 60a7b3fCopy full SHA for 60a7b3f
1 file changed
.github/workflows/ci.yml
@@ -50,20 +50,6 @@ jobs:
50
if: runner.os == 'macOS'
51
run: cargo test --features coreml,nlp
52
53
- fmt:
54
- name: Format
55
- runs-on: ubuntu-latest
56
- steps:
57
- - uses: actions/checkout@v4
58
-
59
- - name: Install Rust
60
- uses: dtolnay/rust-toolchain@stable
61
- with:
62
- components: rustfmt
63
64
- - name: Check formatting
65
- run: cargo fmt --all -- --check
66
67
clippy:
68
name: Clippy
69
runs-on: ubuntu-latest
0 commit comments