1
0
Fork 0
forgejo-api/.woodpecker/check.yml
Daniel Baumann f4a13f7987
Adding upstream version 0.4.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 05:23:13 +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