What is the best practice for github actions?
using dioxus-cli sound a bit complicated since you have to match the wasmbindgen version of the lock file.
as alternative it should work to just run cargo check --features web , cargo check --features server and cargo +nightly fmt --check.
But this would not check the formatting of the rsx! macro.
Also if you want to build releases at github actions you have to install the dioxus-cli any way.
#best practice for github actions
1 messages · Page 1 of 1 (latest)