Skip to content

Commit e29840c

Browse files
committed
Remove rust format from the CI
1 parent fb49e8d commit e29840c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/plotters-core.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@ name: Plotters Core Crate
33
on: [push, pull_request]
44

55
jobs:
6-
fmt:
7-
name: rustfmt
8-
runs-on: ubuntu-latest
9-
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions-rs/toolchain@v1
12-
with:
13-
profile: minimal
14-
toolchain: stable
15-
override: true
16-
- run: rustup component add rustfmt
17-
- uses: actions-rs/cargo@v1
18-
with:
19-
command: fmt
20-
args: --all -- --check
216
doc:
227
name: cargo-doc
238
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)