From 363af3fad6b0bb7430ad4612f4eb2da8b36b265a Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 3 Apr 2021 18:28:29 +0100 Subject: ci: give up on clippy --- .github/workflows/style.yml | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index bb1e399..013732a 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -26,23 +26,24 @@ jobs: command: fmt args: --all -- --check - clippy: - name: Clippy - runs-on: ubuntu-latest - steps: - - name: Checkout branch - uses: actions/checkout@master - with: - submodules: true - - name: Setup Rust toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: 1.51.0 - components: clippy - override: true - - name: Run clippy - uses: actions-rs/cargo@v1 - with: - command: clippy - args: -- -D warnings + # Gave up on clippy, because different versions give different lints and it's not even forward- or backwards-compatible + # clippy: + # name: Clippy + # runs-on: ubuntu-latest + # steps: + # - name: Checkout branch + # uses: actions/checkout@master + # with: + # submodules: true + # - name: Setup Rust toolchain + # uses: actions-rs/toolchain@v1 + # with: + # profile: minimal + # toolchain: 1.51.0 + # components: clippy + # override: true + # - name: Run clippy + # uses: actions-rs/cargo@v1 + # with: + # command: clippy + # args: -- -D warnings -- cgit v1.2.3