mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
7902e7edb7
* build: introduce ci task * refactor(ci): rename cargo make task runner * ci: add ci workflow * ci: remove redundant workflows
4 lines
117 B
TOML
4 lines
117 B
TOML
extend = { path = "../../cargo-make/main.toml" }
|
|
|
|
[tasks.check-format]
|
|
env = { LEPTOS_PROJECT_DIRECTORY = "../../" }
|