fix(desktop): avoid updater panic in dev and enforce tauri rustfmt (#167)

This commit is contained in:
Wes
2026-03-24 14:30:10 -07:00
committed by GitHub
parent 52bd65a759
commit 491a5160e5
19 changed files with 216 additions and 138 deletions
+2
View File
@@ -20,6 +20,8 @@ jobs:
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- name: Format check
run: just fmt-check
- name: Desktop Tauri format check
run: just desktop-tauri-fmt-check
- name: Clippy
run: just clippy