forgejo-cli/.woodpecker/check.yml

14 lines
220 B
YAML
Raw Permalink Normal View History

2023-12-13 01:55:31 +01:00
when:
- event: manual
- event: pull_request
steps:
check:
image: rust
commands:
- cargo check
check-fmt:
image: rust
commands:
- rustup component add rustfmt
- cargo fmt --check