Skip to content

Commit 505db3e

Browse files
committed
Remove cargo fmt --check CI job
1 parent 5cc3de6 commit 505db3e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ jobs:
2626
- uses: dtolnay/rust-toolchain@stable
2727
- run: cargo doc --all-features
2828

29-
fmt:
30-
name: Format
31-
runs-on: ubuntu-latest
32-
steps:
33-
- uses: actions/checkout@v4
34-
- uses: dtolnay/rust-toolchain@nightly
35-
with:
36-
components: rustfmt
37-
- run: cargo fmt --all --check
38-
3929
test:
4030
name: Test
4131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)