fix: remove check formating step in CI/CD (different version makes it bug I guess)
Some checks failed
Build project / quality-and-build (push) Failing after 10m8s
Build project / SonarQube Trigger (push) Has been skipped

This commit is contained in:
Namu
2026-03-23 18:06:38 +01:00
parent e97a15d84b
commit 1138dddcb7

View File

@@ -20,9 +20,6 @@ jobs:
toolchain: stable toolchain: stable
components: rustfmt, clippy components: rustfmt, clippy
- name: Check formatting
run: cargo fmt --all -- --check
- name: Lint with Clippy - name: Lint with Clippy
run: cargo clippy -- -D warnings run: cargo clippy -- -D warnings