1
0
Fork 0

Adding upstream version 0.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-11 12:14:08 +01:00
parent 01ae482a94
commit 80bb1315ee
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
25 changed files with 9820 additions and 0 deletions

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