Skip to content

Commit 225a32f

Browse files
committed
Revert "feat(CI): Add clippy check to workflow."
This reverts commit f6cab2c.
1 parent 653118e commit 225a32f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
- name: Install rustfmt
5353
run: rustup component add rustfmt
5454

55-
- name: Install clippy
56-
run: rustup component add clippy
57-
5855
- name: Download artifact
5956
run: curl -LO https://github.com/antoyo/gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }}
6057

@@ -101,11 +98,6 @@ jobs:
10198
- name: Check formatting
10299
run: cargo fmt -- --check
103100

104-
- name: clippy
105-
run: |
106-
cargo clippy --all-targets -- -D warnings
107-
cargo clippy --all-targets --features master -- -D warnings
108-
109101
duplicates:
110102
runs-on: ubuntu-latest
111103
steps:

0 commit comments

Comments
 (0)