diff options
| author | tempdragon <645703113@qq.com> | 2024-03-16 12:14:01 +0800 |
|---|---|---|
| committer | tempdragon <645703113@qq.com> | 2024-03-16 12:14:01 +0800 |
| commit | 225a32f7d0d668f3044c12e31bf2cf3da48454fb (patch) | |
| tree | 2e3709cd1f58083deeb5c9a100ae72ee72678237 | |
| parent | 653118e797902d7854035a197c319c53d1b8eeef (diff) | |
| download | rust-225a32f7d0d668f3044c12e31bf2cf3da48454fb.tar.gz rust-225a32f7d0d668f3044c12e31bf2cf3da48454fb.zip | |
Revert "feat(CI): Add clippy check to workflow."
This reverts commit f6cab2cd1eb985737db2d0059c4655588c9ed4e1.
| -rw-r--r-- | .github/workflows/ci.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6079725b3e6..839f3ba4de3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,6 @@ jobs: - name: Install rustfmt run: rustup component add rustfmt - - name: Install clippy - run: rustup component add clippy - - name: Download artifact run: curl -LO https://github.com/antoyo/gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }} @@ -101,11 +98,6 @@ jobs: - name: Check formatting run: cargo fmt -- --check - - name: clippy - run: | - cargo clippy --all-targets -- -D warnings - cargo clippy --all-targets --features master -- -D warnings - duplicates: runs-on: ubuntu-latest steps: |
