From 1138dddcb7c05e2cc42b71927c282634915fb7ce Mon Sep 17 00:00:00 2001 From: Namu Date: Mon, 23 Mar 2026 18:06:38 +0100 Subject: [PATCH] fix: remove check formating step in CI/CD (different version makes it bug I guess) --- .gitea/workflows/basic-pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/basic-pipeline.yml b/.gitea/workflows/basic-pipeline.yml index fa18cdb..32a3445 100644 --- a/.gitea/workflows/basic-pipeline.yml +++ b/.gitea/workflows/basic-pipeline.yml @@ -20,9 +20,6 @@ jobs: toolchain: stable components: rustfmt, clippy - - name: Check formatting - run: cargo fmt --all -- --check - - name: Lint with Clippy run: cargo clippy -- -D warnings