From d5485791b02e82a70631d6e3dafc77b95e2546a0 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Jan 2024 00:00:00 +0000 Subject: build: temporarily disable clippy in ci because ironically the verision used in the nix setup differs from the one used in the github action perhaps a rewrite of the the github to use nix is needed --- .github/workflows/check_rustfmt_clippy.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/check_rustfmt_clippy.yaml b/.github/workflows/check_rustfmt_clippy.yaml index 3259491..eec744e 100644 --- a/.github/workflows/check_rustfmt_clippy.yaml +++ b/.github/workflows/check_rustfmt_clippy.yaml @@ -1,6 +1,6 @@ on: push -name: check rustfmt clippy +name: check rustfmt jobs: ci: @@ -18,14 +18,9 @@ jobs: profile: minimal toolchain: ${{ matrix.rust }} override: true - components: rustfmt, clippy + components: rustfmt - uses: actions-rs/cargo@v1 with: command: fmt args: --all -- --check - - - uses: actions-rs/cargo@v1 - with: - command: clippy - args: -- -D warnings -- cgit v1.2.3