fix(ci): remove dx fmt check for now
This commit is contained in:
@@ -35,10 +35,6 @@ jobs:
|
|||||||
git checkout FETCH_HEAD
|
git checkout FETCH_HEAD
|
||||||
- run: rustup component add rustfmt
|
- run: rustup component add rustfmt
|
||||||
- run: cargo fmt --check
|
- 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:
|
clippy:
|
||||||
name: Clippy
|
name: Clippy
|
||||||
|
|||||||
Reference in New Issue
Block a user