Add a simple woodpecker CI configuration

This commit is contained in:
usagi-flow 2022-11-12 22:31:24 +01:00
parent 9e8da4eb74
commit 54e94f6003
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
build:
image: "rust:alpine"
commands:
- cargo check
- cargo test