From 62c6cc0a4a3446a15224f4ea6be505d4a16fa1ba Mon Sep 17 00:00:00 2001 From: AmrDeveloper Date: Sun, 12 Jan 2025 15:05:37 +0100 Subject: [PATCH] Remove clippy ci --- .github/workflows/ci.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 02bd2ba..be9469e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,15 +18,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - run: cargo fmt --all -- --check - - clippy: - name: Clippy - runs-on: ubuntu-latest - steps: - - run: wget https://apt.llvm.org/llvm.sh - - run: chmod +x llvm.sh - - run: sudo ./llvm.sh 18 - - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@stable - - run: cargo clippy -- -D warnings \ No newline at end of file + - run: cargo fmt --all -- --check \ No newline at end of file