WIP: Add a very basic woodpecker ci
Some checks failed
ci/woodpecker/push/tests Pipeline failed

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-23 17:58:05 +01:00
parent 6fe5bb6d60
commit 4272ed9853

15
.woodpecker/tests.yaml Normal file
View File

@@ -0,0 +1,15 @@
when:
event:
- push
steps:
clippy:
image: rust:1.91.1-bullseye
commands:
- cargo clippy
test:
image: rust:1.91.1-bullseye
commands:
- cargo test