1
0
Fork 0
forgejo-cli/.woodpecker/check.yml
Daniel Baumann 80bb1315ee
Adding upstream version 0.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-11 12:14:08 +01:00

13 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