ci: added basic workflows #2

Merged
sharang merged 14 commits from feat/CAI-5 into main 2026-02-18 09:46:29 +00:00
Showing only changes of commit 494bd6d499 - Show all commits

View File

@@ -36,9 +36,7 @@ jobs:
- run: rustup component add rustfmt
- run: cargo fmt --check
- name: Install dx CLI
run: |
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall dioxus-cli@0.7.3 -y --force
run: cargo install dioxus-cli@0.7.3 --locked
- name: RSX format check
run: dx fmt --check