From 53b2c6fe0393e27c0ba35ffaa3f06b4fd1a55b40 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Wed, 22 Nov 2023 20:47:13 +0100 Subject: [PATCH] ci: disable clippy --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d19d99dc..57952707 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: ./convco check ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} rm convco - check_fmt: + check_fmt_clippy: name: Check Format needs: check_commit runs-on: ubuntu-latest @@ -34,8 +34,8 @@ jobs: - name: cargo-fmt run: cargo fmt --all --check - - name: clippy - run: cargo clippy --all-features -- -D warnings + #- name: clippy + # run: cargo clippy --all-features -- -D warnings linux: name: linux