mirror of
https://github.com/Nutomic/ibis.git
synced 2024-12-01 18:11:10 +00:00
ci config
This commit is contained in:
parent
f51cf8b5ac
commit
bb892571cb
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- cargo +nightly fmt -- --check
|
- cargo +nightly fmt -- --check
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
|
||||||
leptos_fmt:
|
leptos_fmt:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
|
|
Loading…
Reference in a new issue