This commit is contained in:
Cyborus 2023-12-12 19:55:31 -05:00
parent ae382110a4
commit 7b63ecd552
No known key found for this signature in database

13
.woodpecker/check.yml Normal file
View file

@ -0,0 +1,13 @@
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