fix(ci): remove dx fmt check for now

This commit is contained in:
Sharang Parnerkar
2026-02-19 19:33:37 +01:00
parent 8a9a232f37
commit 233a7c0b69

View File

@@ -35,10 +35,6 @@ jobs:
git checkout FETCH_HEAD
- run: rustup component add rustfmt
- run: cargo fmt --check
- name: Install dx CLI
run: cargo install dioxus-cli@0.7.3 --locked
- name: RSX format check
run: dx fmt --check
clippy:
name: Clippy