Skip to content

Commit cf2af39

Browse files
authored
Update rust.yml
1 parent a3ad977 commit cf2af39

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,6 @@ jobs:
4545
with:
4646
command: clippy
4747
args: -- -D warnings
48-
fmt:
49-
name: Rustfmt
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: actions/checkout@v3
53-
- uses: actions-rs/toolchain@v1
54-
with:
55-
toolchain: stable
56-
- uses: actions-rs/cargo@v1
57-
with:
58-
command: fmt
59-
args: --all -- --check
6048
check:
6149
needs: [ build ]
6250
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)