yuno/.woodpecker/fmt.yml

12 lines
280 B
YAML
Raw Normal View History

2024-08-04 07:28:54 +00:00
when:
- event: [pull_request]
steps:
fmt:
image: git.ragarock.moe/silvana/yuno/rust:latest
environment: [CARGO_TERM_COLOR=always, CARGO_HOME=./.cargo-home]
commands:
- rustup default nightly
- rustup component add rustfmt
- cargo fmt -- --check