Skip to content

Commit 60a7b3f

Browse files
committed
ci: remove format check
1 parent f6fbe7c commit 60a7b3f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ jobs:
5050
if: runner.os == 'macOS'
5151
run: cargo test --features coreml,nlp
5252

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-
6753
clippy:
6854
name: Clippy
6955
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)