Skip to content

Commit 791e7d8

Browse files
committed
remove clippy and fmt
1 parent ae46a64 commit 791e7d8

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/actions.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,34 @@ jobs:
3434
with:
3535
command: test
3636

37-
fmt:
38-
name: Rustfmt
39-
runs-on: ubuntu-latest
40-
steps:
41-
- uses: actions/checkout@v2
42-
- uses: actions-rs/toolchain@v1
43-
with:
44-
profile: minimal
45-
toolchain: stable
46-
override: true
47-
- run: rustup component add rustfmt
48-
- uses: actions-rs/cargo@v1
49-
with:
50-
command: fmt
51-
args: --all -- --check
37+
# fmt:
38+
# name: Rustfmt
39+
# runs-on: ubuntu-latest
40+
# steps:
41+
# - uses: actions/checkout@v2
42+
# - uses: actions-rs/toolchain@v1
43+
# with:
44+
# profile: minimal
45+
# toolchain: stable
46+
# override: true
47+
# - run: rustup component add rustfmt
48+
# - uses: actions-rs/cargo@v1
49+
# with:
50+
# command: fmt
51+
# args: --all -- --check
5252

53-
clippy:
54-
name: Clippy
55-
runs-on: ubuntu-latest
56-
steps:
57-
- uses: actions/checkout@v2
58-
- uses: actions-rs/toolchain@v1
59-
with:
60-
profile: minimal
61-
toolchain: stable
62-
override: true
63-
- run: rustup component add clippy
64-
- uses: actions-rs/cargo@v1
65-
with:
66-
command: clippy
67-
args: -- -D warnings
53+
# clippy:
54+
# name: Clippy
55+
# runs-on: ubuntu-latest
56+
# steps:
57+
# - uses: actions/checkout@v2
58+
# - uses: actions-rs/toolchain@v1
59+
# with:
60+
# profile: minimal
61+
# toolchain: stable
62+
# override: true
63+
# - run: rustup component add clippy
64+
# - uses: actions-rs/cargo@v1
65+
# with:
66+
# command: clippy
67+
# args: -- -D warnings

0 commit comments

Comments
 (0)