1
0
Fork 0
forgejo-api/.woodpecker/check.yml
2023-12-12 11:28:55 -05:00

14 lines
220 B
YAML

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