Signed-off-by: Tomkoid <tomaszierl@outlook.com>
This commit is contained in:
Tomkoid 2024-03-23 18:47:38 +01:00
parent dec81e04ca
commit 36f496944f
No known key found for this signature in database
GPG key ID: D4403E79602EE85B

6
.woodpecker.yml Normal file
View file

@ -0,0 +1,6 @@
steps:
- name: build
image: rust
commands:
- cargo check
- cargo test